summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStuart Bishop <stuart@stuartbishop.net>2011-11-04 15:26:02 +0700
committerStuart Bishop <stuart@stuartbishop.net>2011-11-04 15:26:02 +0700
commit4bbb48ba77892ff2f4b55bb15472b87eecc39015 (patch)
treed24ba6aef6458fe4cf03327f00e2e686c01658f9
parent72694d562194dc86a3b84867d322cfaee46462f4 (diff)
downloadpytz-4bbb48ba77892ff2f4b55bb15472b87eecc39015.tar.gz
Bump version numbers to 2011n
-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 2bc5a54..936a072 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 = '2011k'
+OLSON_VERSION = '2011n'
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 d8e5ddf..dbddde5 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='2011k'
+EXPECTED_VERSION='2011n'
fmt = '%Y-%m-%d %H:%M:%S %Z%z'