summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStuart Bishop <stuart@stuartbishop.net>2012-09-25 10:17:30 +0700
committerStuart Bishop <stuart@stuartbishop.net>2012-09-25 10:17:30 +0700
commit3cf08e8b553d84b0fd47ff63d487d13e118996e1 (patch)
treee76ad2ebe73edfa64388e873ee08b43b5adf206d
parent0690c901b28603e63ea43c6777ee1b796f715e11 (diff)
downloadpytz-3cf08e8b553d84b0fd47ff63d487d13e118996e1.tar.gz
Bump version numbers to 2012frelease_2012f
-rw-r--r--src/pytz/__init__.py2
-rw-r--r--src/pytz/tests/test_tzinfo.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/pytz/__init__.py b/src/pytz/__init__.py
index 0432241..6ec130d 100644
--- a/src/pytz/__init__.py
+++ b/src/pytz/__init__.py
@@ -9,7 +9,7 @@ on how to use these modules.
'''
# The Olson database is updated several times a year.
-OLSON_VERSION = '2012d'
+OLSON_VERSION = '2012f'
VERSION = OLSON_VERSION
# Version format for a patch release - only one so far.
#VERSION = OLSON_VERSION + '.2'
diff --git a/src/pytz/tests/test_tzinfo.py b/src/pytz/tests/test_tzinfo.py
index 24abb91..de30de3 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='2012d'
+EXPECTED_VERSION='2012f'
fmt = '%Y-%m-%d %H:%M:%S %Z%z'