summaryrefslogtreecommitdiff
path: root/src/pytz/tests/test_tzinfo.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/pytz/tests/test_tzinfo.py')
-rw-r--r--src/pytz/tests/test_tzinfo.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pytz/tests/test_tzinfo.py b/src/pytz/tests/test_tzinfo.py
index cd9b59b..a25a0f3 100644
--- a/src/pytz/tests/test_tzinfo.py
+++ b/src/pytz/tests/test_tzinfo.py
@@ -21,7 +21,7 @@ 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.1.1'
+EXPECTED_VERSION='2014.2'
EXPECTED_OLSON_VERSION='2014a'
fmt = '%Y-%m-%d %H:%M:%S %Z%z'