Skip to content

Commit 2726c47

Browse files
committed
Release 0.6.0
1 parent 66efec7 commit 2726c47

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

HISTORY.rst

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,24 @@
33
History
44
=======
55

6+
0.6.0 (2017-03-13)
7+
------------------
8+
9+
New features:
10+
* Consistent parsing in terms of true python representation of date string. See #281
11+
* Added support for Bangla, Bulgarian and Hindi languages.
12+
13+
Improvements:
14+
15+
* Major bug fixes related to parser and system's locale. See #277, #282
16+
* Type check for timezone arguments in settings. see #267
17+
* Pinned dependencies' versions in requirements. See #265
18+
* Improved support for cn, es, dutch languages. See #274, #272, #285
19+
20+
Packaging:
21+
* Make calendars extras to be used at the time of installation if need to use calendars feature.
22+
23+
624
0.5.1 (2016-12-18)
725
------------------
826

dateparser/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
2-
__version__ = '0.5.1'
2+
__version__ = '0.6.0'
33

44
from .date import DateDataParser
55
from .conf import apply_settings

0 commit comments

Comments
 (0)