summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStuart Bishop <stuart@stuartbishop.net>2012-07-25 19:43:01 +0700
committerStuart Bishop <stuart@stuartbishop.net>2012-07-25 19:43:01 +0700
commit497a7dc595084abbf69375204ac743b5c172548c (patch)
tree29dcdc43c5f340f1881b17937be054acf7fb6b31
parent02205d05a498ab67d689d4897ae0eb43d87cabd7 (diff)
downloadpytz-497a7dc595084abbf69375204ac743b5c172548c.tar.gz
Bump version number to 2012drelease_2012d
-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 9b766c6..0432241 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 = '2012c'
+OLSON_VERSION = '2012d'
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 92a8d57..24abb91 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='2012c'
+EXPECTED_VERSION='2012d'
fmt = '%Y-%m-%d %H:%M:%S %Z%z'