summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStuart Bishop <stuart@stuartbishop.net>2011-10-04 11:13:01 +0700
committerStuart Bishop <stuart@stuartbishop.net>2011-10-04 11:13:01 +0700
commitcc803c0f694a2f25d912efcc5d39d939d146314b (patch)
tree80a20b5115a1154558221cb32ce30914759ff81d
parentb2d2c48c792c3e516e5b0e2f7ff6529a13433323 (diff)
downloadpytz-cc803c0f694a2f25d912efcc5d39d939d146314b.tar.gz
Bump revision number to 2011krelease_2011k
-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 9c877cf..2bc5a54 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 = '2011j'
+OLSON_VERSION = '2011k'
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 310c9f6..d8e5ddf 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='2011j'
+EXPECTED_VERSION='2011k'
fmt = '%Y-%m-%d %H:%M:%S %Z%z'