Skip to content

Commit

Permalink
Release 0.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
waqasshabbir committed Apr 27, 2016
1 parent 7a36732 commit d1d62b5
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 2 deletions.
8 changes: 8 additions & 0 deletions AUTHORS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,15 @@ Committers

* Adam LeVasseur
* Alec Koumjian
* Ammar Azif
* Artur Sadurski
* Artur Gaspar
* Benjamin Bach
* Claudio Salazar
* Cesar Flores
* conanca
* David Beitey
* demelziraptor
* Elias Dorneles
* Eugene Amirov
* Faisal Anees
Expand All @@ -22,14 +26,18 @@ Committers
* Mark Baas
* Marko Horvatić
* Mateusz Golewski
* Michael Palumbo
* Opp Lieamsiriwong
* Paul Tremberth
* Rajat Goyal
* Raul Gallegos
* Roman
* Shuai Lin
* Sigit Dewanto
* Sviatoslav Sydorenko
* Taito Horiuchi
* Takahiro Kamatani
* Thomas Steinacher
* Tom Russell
* Umair Ashraf
* Waqas Shabir
13 changes: 12 additions & 1 deletion HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,23 @@
History
=======

x.x.x (xxxx-xx-xx)
0.3.5 (2016-04-27)
------------------
New features:

* Danish language support.
* Japanese language support.
* Support for parsing date strings with accents.

Improvements:

* Transformed languages.yaml into base file and separate files for each language.
* Fixed vietnamese language simplifications.
* No more version restrictions for python-dateutil.
* Timezone parsing improvements.
* Fixed test environments.
* Cleaned language codes. Now we strictly follow codes as in ISO 639-1.
* Improved chinese dates parsing.


0.3.4 (2016-03-03)
Expand Down
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.4'
__version__ = '0.3.5'

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

0 comments on commit d1d62b5

Please sign in to comment.