diff --git a/HISTORY.rst b/HISTORY.rst index 65bf4379b..7e402efad 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -3,6 +3,14 @@ History ======= +0.7.4 (2020-03-06) +------------------ + +Improvements: + +* Fixed Python 2.7 tests + + 0.7.3 (2020-03-06) ------------------ diff --git a/dateparser/__init__.py b/dateparser/__init__.py index 8136c4129..49aba8b29 100644 --- a/dateparser/__init__.py +++ b/dateparser/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -__version__ = '0.7.3' +__version__ = '0.7.4' from .date import DateDataParser from .conf import apply_settings