Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 1.1.5 #1114

Merged
merged 5 commits into from Dec 29, 2022
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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 test for in 1d (#1104)
serhii73 marked this conversation as resolved.
Show resolved Hide resolved
- Update languages_info (#1107)
- Workaround for zipimporter not having exec_module before Python 3.10 (#1069)
serhii73 marked this conversation as resolved.
Show resolved Hide resolved
- Stabilize tests at midnight (#1111)
- Add test case for French (#1110)
serhii73 marked this conversation as resolved.
Show resolved Hide resolved

Cleanups:

- Remove requirements-build file (#1113)
serhii73 marked this conversation as resolved.
Show resolved Hide resolved


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