summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStuart Bishop <stuart@stuartbishop.net>2012-10-31 16:49:51 +0700
committerStuart Bishop <stuart@stuartbishop.net>2012-10-31 16:49:51 +0700
commita0107f3f77e66d07b2bbc599e77c12f79b675b9e (patch)
treee72e693216c44ea666375b1cafa6d76a93da8ef8
parent15ae6101892c40bb8b5f317f73d15ee656fe6e86 (diff)
downloadpytz-a0107f3f77e66d07b2bbc599e77c12f79b675b9e.tar.gz
Bump version number to 2012hrelease_2012h
-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 cd26627..94af456 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 = '2012g'
+OLSON_VERSION = '2012h'
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 eea2653..a0e7a50 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='2012g'
+EXPECTED_VERSION='2012h'
fmt = '%Y-%m-%d %H:%M:%S %Z%z'