summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStuart Bishop <stuart@stuartbishop.net>2011-03-09 13:58:04 +0700
committerStuart Bishop <stuart@stuartbishop.net>2011-03-09 13:58:04 +0700
commitccd3f5803414575116403a0b2f907d2cd1f68deb (patch)
tree0be8df33ffac177596d5ca5b57c5fccd3841a9e7
parent94839df79564811168fb85c916cdeb5c37f1bc92 (diff)
downloadpytz-git-2011c_release.tar.gz
Bump version number2011c_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 74bdb36..ec76111 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 = '2011b'
+OLSON_VERSION = '2011c'
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 13f445d..c4da6b5 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='2011b'
+EXPECTED_VERSION='2011c'
fmt = '%Y-%m-%d %H:%M:%S %Z%z'