Skip to content

Commit

Permalink
Revert "Revert "Release 0.3.3""
Browse files Browse the repository at this point in the history
This reverts commit ed01abe.
  • Loading branch information
waqasshabbir committed Feb 29, 2016
1 parent f68d79f commit 4301c39
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 2 deletions.
3 changes: 3 additions & 0 deletions AUTHORS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@ Credits
Committers
----------

* Adam LeVasseur
* Alec Koumjian
* Artur Sadurski
* Artur Gaspar
* Claudio Salazar
* Cesar Flores
* Elias Dorneles
Expand Down
8 changes: 7 additions & 1 deletion HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,18 @@
History
=======

x.x.x (xxxx-xx-xx)
0.3.3 (2016-02-29)
------------------
New features:

* Finnish language support.

Improvements:

* Faster parsing with switching to regex module.
* `RETURN_AS_TIMEZONE_AWARE` setting to return tz aware date object.
* Fixed conflicts with month/weekday names similarity across languages.

0.3.2 (2016-01-25)
------------------
New features:
Expand Down
1 change: 1 addition & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -156,3 +156,4 @@ Supported Calendars
{'date_obj': datetime.datetime(2015, 10, 30, 20, 30), 'period': 'day'}

.. note:: `HijriCalendar` has some limitations with Python 3.
.. note:: For `Finnish` language, please specify `settings={'SKIP_TOKENS': []}` to correctly parse freshness dates.
2 changes: 1 addition & 1 deletion dateparser/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
__version__ = '0.3.2'
__version__ = '0.3.3'

from .date import DateDataParser
from .conf import apply_settings
Expand Down

0 comments on commit 4301c39

Please sign in to comment.