Skip to content

Commit 831f09e

Browse files
authored
Release 1.1.6 (scrapinghub#1124)
1 parent 769e4c0 commit 831f09e

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

HISTORY.rst

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

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+
615
1.1.5 (2022-12-29)
716
------------------
817

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.5'
1+
__version__ = '1.1.6'
22

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

0 commit comments

Comments
 (0)