summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStuart Bishop <stuart@stuartbishop.net>2012-10-19 17:59:32 +0700
committerStuart Bishop <stuart@stuartbishop.net>2012-10-19 17:59:32 +0700
commitf9240c4fbd9202ab79c0daaeb571f4d68ed359a6 (patch)
tree93dc1a36ea9ddcf4927d85b4de2fd9091a3f7513
parent3752b5717bc7f809e84a67685cf3918980814193 (diff)
downloadpytz-f9240c4fbd9202ab79c0daaeb571f4d68ed359a6.tar.gz
Bump version numbersrelease_2012g
-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 6ec130d..cd26627 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 = '2012f'
+OLSON_VERSION = '2012g'
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 de30de3..eea2653 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='2012f'
+EXPECTED_VERSION='2012g'
fmt = '%Y-%m-%d %H:%M:%S %Z%z'