summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMatt Nordhoff <mnordhoff@mattnordhoff.com>2009-03-23 14:46:42 +0000
committerMatt Nordhoff <mnordhoff@mattnordhoff.com>2009-03-23 14:46:42 +0000
commitd473eedf779a84ca78d23fe0180147b3df2b14f4 (patch)
tree1c9202367ce169275e21251bdffdc386381bb4ad /src
parent2f544d3fd909bb33b4b489abf4e7c974803b9b26 (diff)
downloadpytz-d473eedf779a84ca78d23fe0180147b3df2b14f4.tar.gz
Upgrade to tz 2009d.
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 734da32..91c1a23 100644
--- a/src/pytz/__init__.py
+++ b/src/pytz/__init__.py
@@ -9,7 +9,7 @@ on how to use these modules.
'''
# The Olson database has historically been updated about 4 times a year
-OLSON_VERSION = '2009c'
+OLSON_VERSION = '2009d'
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 fa430c0..69ae1e2 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='2009c'
+EXPECTED_VERSION='2009d'
fmt = '%Y-%m-%d %H:%M:%S %Z%z'