Skip to content

Commit

Permalink
Release 1.1.2 (#1087)
Browse files Browse the repository at this point in the history
  • Loading branch information
serhii73 committed Oct 20, 2022
1 parent b132381 commit 207ca35
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions HISTORY.rst
Expand Up @@ -3,6 +3,19 @@
History
=======

1.1.2 (2022-10-20)
------------------

Improvements:

- Added support for negative timestamp (#1060)
- Fixed PytzUsageWarning for Python versions >= 3.6 (#1062)
- Added support for dates with dots and spaces (#1028)
- Improved support for Ukrainian, Croatian and Russian (#1072, #1074, #1079, #1082, #1073, #1083)
- Added support for parsing Unix timestamps consistently regardless of timezones (#954)
- Improved tests (#1086)


1.1.1 (2022-03-17)
------------------

Expand Down
2 changes: 1 addition & 1 deletion dateparser/__init__.py
@@ -1,4 +1,4 @@
__version__ = '1.1.1'
__version__ = '1.1.2'

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

0 comments on commit 207ca35

Please sign in to comment.