summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorStuart Bishop <stuart@stuartbishop.net>2010-01-04 17:57:48 +0700
committerStuart Bishop <stuart@stuartbishop.net>2010-01-04 17:57:48 +0700
commit676d4e1c7a5a765b3b6cb052fdffe58d96887eef (patch)
treed085cba4f55fe73e080c17cdb311c4fd90663c2c /src
parent6b719cef7cb3baa629a91a5bf489f9e7620c2d4b (diff)
downloadpytz-676d4e1c7a5a765b3b6cb052fdffe58d96887eef.tar.gz
Bump version numbers to 2009u2009u_release
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 7ae775f..e032859 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 = '2009r'
+OLSON_VERSION = '2009u'
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 0685d9f..9fccd7b 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='2009r'
+EXPECTED_VERSION='2009u'
fmt = '%Y-%m-%d %H:%M:%S %Z%z'