summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStuart Bishop <stuart@stuartbishop.net>2010-03-09 18:05:33 +0700
committerStuart Bishop <stuart@stuartbishop.net>2010-03-09 18:05:33 +0700
commit620d9eac3a57a4ad169f12834b350a5f92c7ea62 (patch)
tree9a16f1550b11a4958ba2ae7831a2b856efa7f9df
parent701fa64316f78281bdb96a7dcb61d3c725845522 (diff)
downloadpytz-620d9eac3a57a4ad169f12834b350a5f92c7ea62.tar.gz
Bump version numbers to 2010e2010e_release
-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 e825cc5..40be771 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 = '2010b'
+OLSON_VERSION = '2010e'
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 ad49473..f82fba5 100644
--- a/src/pytz/tests/test_tzinfo.py
+++ b/src/pytz/tests/test_tzinfo.py
@@ -15,7 +15,7 @@ from pytz import reference
# I test for expected version to ensure the correct version of pytz is
# actually being tested.
-EXPECTED_VERSION='2010b'
+EXPECTED_VERSION='2010e'
fmt = '%Y-%m-%d %H:%M:%S %Z%z'