From 5aabd3ee76396d0fef7904d375e1817ad3b8e77c Mon Sep 17 00:00:00 2001 From: Toilal Date: Mon, 25 Jul 2016 23:46:24 +0200 Subject: [PATCH] Upgrade rebulk to 0.7.3 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 823470c..9863e1f 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ with io.open(os.path.join(here, 'README.rst'), encoding='utf-8') as f: with io.open(os.path.join(here, 'HISTORY.rst'), encoding='utf-8') as f: history = f.read() -install_requires = ['rebulk>=0.7.1', 'babelfish>=0.5.5', 'python-dateutil<2.5.2'] +install_requires = ['rebulk>=0.7.3', 'babelfish>=0.5.5', 'python-dateutil<2.5.2'] # python-dateutil 2.5.2 introduced a change with month position in ambiguous day/month dates when year is first. # https://github.com/dateutil/dateutil/commit/2d42e046d55b9fbbc0a2f41ce83fb8ec5de2d28b#commitcomment-17032106 if sys.version_info < (2, 7):