diff --git a/HISTORY.rst b/HISTORY.rst index ee5503bc7..f010ddabb 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -3,6 +3,12 @@ History ======= +0.2.1 (2015-07-13) +------------------ +* Support for generic parsing of dates with UTC offset. +* Support for Filipino dates. +* Improved support for French and Spanish dates. + 0.2.0 (2015-06-17) ------------------ diff --git a/dateparser/__init__.py b/dateparser/__init__.py index 22b79929c..216950b7f 100644 --- a/dateparser/__init__.py +++ b/dateparser/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -__version__ = '0.2.0' +__version__ = '0.2.1' from date import DateDataParser