Skip to content

Commit

Permalink
Release 1.1.4 (#1101)
Browse files Browse the repository at this point in the history
  • Loading branch information
serhii73 committed Nov 21, 2022
1 parent 122037f commit a51d9bd
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions HISTORY.rst
Expand Up @@ -3,6 +3,18 @@
History
=======

1.1.4 (2022-11-21)
------------------

Improvements:

- Improved support for languages such as Slovak, Indonesian, Hindi, German and Japanese (#1064, #1094, #986, #1071, #1068)
- Recursively create a model home (#996)
- Replace regex sub with simple string replace (#1095)
- Add Python 3.10, 3.11 support (#1096)
- Drop support for Python 3.5, 3.6 versions (#1097)


1.1.3 (2022-11-03)
------------------

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

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

0 comments on commit a51d9bd

Please sign in to comment.