Skip to content

Commit a08cecc

Browse files
committed
Release 0.7.2
1 parent 81870f3 commit a08cecc

File tree

3 files changed

+36
-2
lines changed

3 files changed

+36
-2
lines changed

AUTHORS.rst

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,19 @@ Committers
77
----------
88

99
* Adam LeVasseur
10+
* Adrián Chaves
1011
* Ahmad Musaffa
1112
* Alec Koumjian
1213
* Alexis Svinartchouk
1314
* Ammar Azif
15+
* Anderson Berg
1416
* Andrés Portillo
15-
* Andrey Zhelnin
1617
* Andrey Rahmatullin
18+
* Andrey Zhelnin
1719
* Artur Sadurski
1820
* Artur Gaspar
1921
* atchoum31
22+
* Atul Krishna
2023
* Benjamin Bach
2124
* Bruno Alla
2225
* Cesar Flores
@@ -26,6 +29,8 @@ Committers
2629
* David Beitey
2730
* Dawid Wolski
2831
* demelziraptor
32+
* Derek Schmidt
33+
* Dongkuo Ma
2934
* Edwin Zhang
3035
* Elena Zakharova
3136
* Elias Dorneles
@@ -34,13 +39,18 @@ Committers
3439
* Fernando Tricas García
3540
* Georgi Valkov
3641
* Hristo Vrigazov
42+
* Hugo van Kemenade
3743
* ishirav
3844
* Ismael Carnales
3945
* James M. Allen
4046
* Ján Jančár
47+
* Jan Rygl
48+
* Jakub Kukul
4149
* Jolo Balbin
4250
* Joseph Kahn
51+
* Kishan Mehta
4352
* Konstantin Lopuhin
53+
* Marc Hernández
4454
* Mark Baas
4555
* Marko Horvatić
4656
* Mateusz Golewski

HISTORY.rst

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

6+
0.7.2 (2019-09-17)
7+
------------------
8+
9+
Features:
10+
11+
* Extended Czech support
12+
* Added `time` to valid periods
13+
* Added timezone information to dates found with `search_dates()`
14+
* Support strings as date formats
15+
16+
17+
Improvements:
18+
19+
* Fixed Collections ABCs depreciation warning
20+
* Fixed dates with trailing colons not being parsed
21+
* Fixed date format override on any settings change
22+
* Fixed parsing current weekday as past date, regardless of settings
23+
* Added UTC -2:30 as a valid offset
24+
* Added Python 3.7 to supported versions, dropped support for Python 3.3 and 3.4
25+
* Moved to importlib from imp where possible
26+
* Improved support for Catalan
27+
* Documentation improvements
28+
29+
630
0.7.1 (2019-02-12)
731
------------------
832

dateparser/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
2-
__version__ = '0.7.1'
2+
__version__ = '0.7.2'
33

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

0 commit comments

Comments
 (0)