Skip to content

Commit 7b469b1

Browse files
authored
Release 1.1.8 (#1157)
* Release 1.1.8 * Update line in history rst
1 parent eddaac6 commit 7b469b1

2 files changed

Lines changed: 14 additions & 1 deletion

File tree

HISTORY.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,19 @@
33
History
44
=======
55

6+
1.1.8 (2023-03-22)
7+
------------------
8+
9+
Improvements:
10+
- Improved date parsing for Chinese (#1148)
11+
- Improved date parsing for Czech (#1151)
12+
- Reorder language by popularity (#1152)
13+
- Fix leak of memory in cache (#1140)
14+
- Add support for "\d units later" (#1154)
15+
- Move modification in CLDR data to yaml (#1153)
16+
- Add support to use timezone via settings to get PREFER_DATES_FROM result (#1155)
17+
18+
619
1.1.7 (2023-02-02)
720
------------------
821

dateparser/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = '1.1.7'
1+
__version__ = '1.1.8'
22

33
from .date import DateDataParser
44
from .conf import apply_settings

0 commit comments

Comments
 (0)