File tree Expand file tree Collapse file tree 3 files changed +36
-2
lines changed Expand file tree Collapse file tree 3 files changed +36
-2
lines changed Original file line number Diff line number Diff line change @@ -7,16 +7,19 @@ Committers
7
7
----------
8
8
9
9
* Adam LeVasseur
10
+ * Adrián Chaves
10
11
* Ahmad Musaffa
11
12
* Alec Koumjian
12
13
* Alexis Svinartchouk
13
14
* Ammar Azif
15
+ * Anderson Berg
14
16
* Andrés Portillo
15
- * Andrey Zhelnin
16
17
* Andrey Rahmatullin
18
+ * Andrey Zhelnin
17
19
* Artur Sadurski
18
20
* Artur Gaspar
19
21
* atchoum31
22
+ * Atul Krishna
20
23
* Benjamin Bach
21
24
* Bruno Alla
22
25
* Cesar Flores
@@ -26,6 +29,8 @@ Committers
26
29
* David Beitey
27
30
* Dawid Wolski
28
31
* demelziraptor
32
+ * Derek Schmidt
33
+ * Dongkuo Ma
29
34
* Edwin Zhang
30
35
* Elena Zakharova
31
36
* Elias Dorneles
@@ -34,13 +39,18 @@ Committers
34
39
* Fernando Tricas García
35
40
* Georgi Valkov
36
41
* Hristo Vrigazov
42
+ * Hugo van Kemenade
37
43
* ishirav
38
44
* Ismael Carnales
39
45
* James M. Allen
40
46
* Ján Jančár
47
+ * Jan Rygl
48
+ * Jakub Kukul
41
49
* Jolo Balbin
42
50
* Joseph Kahn
51
+ * Kishan Mehta
43
52
* Konstantin Lopuhin
53
+ * Marc Hernández
44
54
* Mark Baas
45
55
* Marko Horvatić
46
56
* Mateusz Golewski
Original file line number Diff line number Diff line change 3
3
History
4
4
=======
5
5
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
+
6
30
0.7.1 (2019-02-12)
7
31
------------------
8
32
Original file line number Diff line number Diff line change 1
1
# -*- coding: utf-8 -*-
2
- __version__ = '0.7.1 '
2
+ __version__ = '0.7.2 '
3
3
4
4
from .date import DateDataParser
5
5
from .conf import apply_settings
You can’t perform that action at this time.
0 commit comments