summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorStuart Bishop <stuart@stuartbishop.net>2013-09-20 23:59:42 +0700
committerStuart Bishop <stuart@stuartbishop.net>2013-09-20 23:59:42 +0700
commit564e983dd52b7db58b595ab7d7ea44b2e5e2f3ed (patch)
treea46714e5429f4342a2d3476e9c6f67f83109017a /src
parent49c5b0598e452f6ec92c68f1cd29670203789bea (diff)
downloadpytz-564e983dd52b7db58b595ab7d7ea44b2e5e2f3ed.tar.gz
Bump version numbers
Diffstat (limited to 'src')
-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 a6e5282..1903763 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 = '2013d'
+OLSON_VERSION = '2013e'
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 c97b530..d56c7d0 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='2013d'
+EXPECTED_VERSION='2013e'
fmt = '%Y-%m-%d %H:%M:%S %Z%z'