Skip to content

Commit

Permalink
Release 1.1.3 (#1091)
Browse files Browse the repository at this point in the history
* Release 1.1.3

* 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 Nov 3, 2022
1 parent fe93313 commit 6cdd6b5
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions HISTORY.rst
Expand Up @@ -3,6 +3,26 @@
History
=======

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

New features:

- Add support for fractional units (#876)

Improvements:

- Fix the returned datetime skipping a day with time+timezone input and PREFER_DATES_FROM = 'future' (#1002)
- Fix input translatation breaking keep_formatting (#720)
- English: support "till date" (#1005)
- English: support “after” and “before” in relative dates (#1008)

Cleanups:

- Reorganize internal data (#1090)
- CI updates (#1088)


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

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

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

0 comments on commit 6cdd6b5

Please sign in to comment.