Skip to content

Commit

Permalink
Release 1.1.8 (#1157)
Browse files Browse the repository at this point in the history
* Release 1.1.8

* Update line in history rst
  • Loading branch information
serhii73 committed Mar 23, 2023
1 parent eddaac6 commit 7b469b1
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@
History
=======

1.1.8 (2023-03-22)
------------------

Improvements:
- Improved date parsing for Chinese (#1148)
- Improved date parsing for Czech (#1151)
- Reorder language by popularity (#1152)
- Fix leak of memory in cache (#1140)
- Add support for "\d units later" (#1154)
- Move modification in CLDR data to yaml (#1153)
- Add support to use timezone via settings to get PREFER_DATES_FROM result (#1155)


1.1.7 (2023-02-02)
------------------

Expand Down
2 changes: 1 addition & 1 deletion dateparser/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '1.1.7'
__version__ = '1.1.8'

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

0 comments on commit 7b469b1

Please sign in to comment.