diff options
Diffstat (limited to 'src/pytz/tests/test_tzinfo.py')
-rw-r--r-- | src/pytz/tests/test_tzinfo.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pytz/tests/test_tzinfo.py b/src/pytz/tests/test_tzinfo.py index 5a92959..adf622a 100644 --- a/src/pytz/tests/test_tzinfo.py +++ b/src/pytz/tests/test_tzinfo.py @@ -21,8 +21,8 @@ from pytz.tzinfo import DstTzInfo, StaticTzInfo # I test for expected version to ensure the correct version of pytz is # actually being tested. -EXPECTED_VERSION='2014.7' -EXPECTED_OLSON_VERSION='2014g' +EXPECTED_VERSION='2014.9' +EXPECTED_OLSON_VERSION='2014i' fmt = '%Y-%m-%d %H:%M:%S %Z%z' |