We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 769e4c0 commit 831f09eCopy full SHA for 831f09e
HISTORY.rst
@@ -3,6 +3,15 @@
3
History
4
=======
5
6
+1.1.6 (2022-01-12)
7
+------------------
8
+
9
+Improvements:
10
11
+- Fix the bug where Monday is parsed as a month (#1121)
12
+- Prevent ReDoS in Spanish sentence splitting regex (#1084)
13
14
15
1.1.5 (2022-12-29)
16
------------------
17
dateparser/__init__.py
@@ -1,4 +1,4 @@
1
-__version__ = '1.1.5'
+__version__ = '1.1.6'
2
from .date import DateDataParser
from .conf import apply_settings
0 commit comments