Skip to content

Commit

Permalink
Release 1.1.5 (#1114)
Browse files Browse the repository at this point in the history
* Release 1.1.5

* Update HISTORY.rst

Co-authored-by: Adrián Chaves <adrian@chaves.io>

* Update HISTORY.rst

Co-authored-by: Adrián Chaves <adrian@chaves.io>

* Update HISTORY.rst

Co-authored-by: Adrián Chaves <adrian@chaves.io>

* Update HISTORY.rst

Co-authored-by: Adrián Chaves <adrian@chaves.io>

Co-authored-by: Adrián Chaves <adrian@chaves.io>
  • Loading branch information
serhii73 and Gallaecio committed Dec 29, 2022
1 parent d28fd0d commit 78dc298
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions HISTORY.rst
Expand Up @@ -3,6 +3,23 @@
History
=======

1.1.5 (2022-12-29)
------------------

Improvements:

- Parse short versions of day, month, and year (#1103)
- Add a test for “in 1d” (#1104)
- Update languages_info (#1107)
- Add a workaround for zipimporter not having exec_module before Python 3.10 (#1069)
- Stabilize tests at midnight (#1111)
- Add a test case for French (#1110)

Cleanups:

- Remove the requirements-build file (#1113)


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

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

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

0 comments on commit 78dc298

Please sign in to comment.