summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStuart Bishop <stuart@stuartbishop.net>2011-03-17 11:41:07 +0700
committerStuart Bishop <stuart@stuartbishop.net>2011-03-17 11:41:07 +0700
commit2d409a758c512a352d5c3da0955af36a1622a5c3 (patch)
tree5e64cb80625ec1a9d3d5a3ade3ad2b10479fe6f0
parenta8a7bfb58a63087ac0d43165a44db2ef7e7a7594 (diff)
downloadpytz-git-2011d_release.tar.gz
Bump version numbers2011d_release
-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 ec76111..990be52 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 = '2011c'
+OLSON_VERSION = '2011d'
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 c4da6b5..38dd2e3 100644
--- a/src/pytz/tests/test_tzinfo.py
+++ b/src/pytz/tests/test_tzinfo.py
@@ -21,7 +21,7 @@ from pytz.tzinfo import StaticTzInfo
# I test for expected version to ensure the correct version of pytz is
# actually being tested.
-EXPECTED_VERSION='2011c'
+EXPECTED_VERSION='2011d'
fmt = '%Y-%m-%d %H:%M:%S %Z%z'