Skip to content

Commit

Permalink
Release 0.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
asadurski committed Sep 17, 2019
1 parent 81870f3 commit a08cecc
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 2 deletions.
12 changes: 11 additions & 1 deletion AUTHORS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,19 @@ Committers
----------

* Adam LeVasseur
* Adrián Chaves
* Ahmad Musaffa
* Alec Koumjian
* Alexis Svinartchouk
* Ammar Azif
* Anderson Berg
* Andrés Portillo
* Andrey Zhelnin
* Andrey Rahmatullin
* Andrey Zhelnin
* Artur Sadurski
* Artur Gaspar
* atchoum31
* Atul Krishna
* Benjamin Bach
* Bruno Alla
* Cesar Flores
Expand All @@ -26,6 +29,8 @@ Committers
* David Beitey
* Dawid Wolski
* demelziraptor
* Derek Schmidt
* Dongkuo Ma
* Edwin Zhang
* Elena Zakharova
* Elias Dorneles
Expand All @@ -34,13 +39,18 @@ Committers
* Fernando Tricas García
* Georgi Valkov
* Hristo Vrigazov
* Hugo van Kemenade
* ishirav
* Ismael Carnales
* James M. Allen
* Ján Jančár
* Jan Rygl
* Jakub Kukul
* Jolo Balbin
* Joseph Kahn
* Kishan Mehta
* Konstantin Lopuhin
* Marc Hernández
* Mark Baas
* Marko Horvatić
* Mateusz Golewski
Expand Down
24 changes: 24 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,30 @@
History
=======

0.7.2 (2019-09-17)
------------------

Features:

* Extended Czech support
* Added `time` to valid periods
* Added timezone information to dates found with `search_dates()`
* Support strings as date formats


Improvements:

* Fixed Collections ABCs depreciation warning
* Fixed dates with trailing colons not being parsed
* Fixed date format override on any settings change
* Fixed parsing current weekday as past date, regardless of settings
* Added UTC -2:30 as a valid offset
* Added Python 3.7 to supported versions, dropped support for Python 3.3 and 3.4
* Moved to importlib from imp where possible
* Improved support for Catalan
* Documentation improvements


0.7.1 (2019-02-12)
------------------

Expand Down
2 changes: 1 addition & 1 deletion dateparser/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
__version__ = '0.7.1'
__version__ = '0.7.2'

from .date import DateDataParser
from .conf import apply_settings
Expand Down

0 comments on commit a08cecc

Please sign in to comment.