summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStuart Bishop <stuart@stuartbishop.net>2013-04-29 16:40:14 +1000
committerStuart Bishop <stuart@stuartbishop.net>2013-04-29 16:40:14 +1000
commit9463e4e25018bb7d9dd7d669b4e5a0e07779736e (patch)
treeb771afff1da9dfe9e8a93b495fa87be097a5c17c
parent04ed5a8607e825ef4945c074dd40f01731083896 (diff)
downloadpytz-9463e4e25018bb7d9dd7d669b4e5a0e07779736e.tar.gz
Bump version number
-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 2b1ea0e..33d5576 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 = '2013b'
+OLSON_VERSION = '2013c'
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 5fcb081..16c8789 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='2013b'
+EXPECTED_VERSION='2013c'
fmt = '%Y-%m-%d %H:%M:%S %Z%z'