summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStuart Bishop <stuart@stuartbishop.net>2012-04-15 21:24:49 +1000
committerStuart Bishop <stuart@stuartbishop.net>2012-04-15 21:24:49 +1000
commit886c0b5f08def2201d2fd8a2446f469e65e4c8f5 (patch)
treeda0bf9e4ddb5db945ec032738828c22bdd0ed885
parent41f2aa8778e8a04655db9858a52f4a890d20cdc4 (diff)
downloadpytz-886c0b5f08def2201d2fd8a2446f469e65e4c8f5.tar.gz
Bump version numbers
-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 e22cce3..f3437ef 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 = '2012b'
+OLSON_VERSION = '2012c'
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 85cf451..3c5d62b 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='2012b'
+EXPECTED_VERSION='2012c'
fmt = '%Y-%m-%d %H:%M:%S %Z%z'