Skip to content

Commit

Permalink
release 0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
asadurski committed Feb 12, 2019
1 parent 6540c33 commit ac212f4
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 1 deletion.
4 changes: 4 additions & 0 deletions AUTHORS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,12 @@ Committers
* Ammar Azif
* Andrés Portillo
* Andrey Zhelnin
* Andrey Rahmatullin
* Artur Sadurski
* Artur Gaspar
* atchoum31
* Benjamin Bach
* Bruno Alla
* Cesar Flores
* CJStuart
* Claudio Salazar
Expand Down Expand Up @@ -44,13 +46,15 @@ Committers
* Mateusz Golewski
* Mats Gustafsson
* Michael Palumbo
* msopko81
* nanolab
* Opp Lieamsiriwong
* Paul Tremberth
* Pengyu Chen
* phuslu
* Rajat Goyal
* Raul Gallegos
* Renne Rocha
* Robert Schütz
* Roman
* Sakari Vaelma
Expand Down
19 changes: 19 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,25 @@
History
=======

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

Features/news:

* Added detected language to return value of `search_dates()`
* Performance improvements
* Refreshed versions of dependencies

Improvements:

* Fixed unpickleable `DateTime` objects with timezones
* Fixed regex pattern to avoid new behaviour of re.split in Python 3.7
* Fixed an exception thrown when parsing colons
* Fixed tests failing on days with number greater than 30
* Fixed `ZeroDivisionError` exceptions



0.7.0 (2018-02-08)
------------------

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.0'
__version__ = '0.7.1'

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

0 comments on commit ac212f4

Please sign in to comment.