summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStuart Bishop <stuart@stuartbishop.net>2010-03-30 13:53:14 +0700
committerStuart Bishop <stuart@stuartbishop.net>2010-03-30 13:53:14 +0700
commit7136719f8cd4486db421097482e09026e2d0a43b (patch)
treeeda44bf2b026a9ca36ed2dec39c416d68fdd5fdd
parentc753ecad246d054d8e027b02c2988bbdd0e3f5d1 (diff)
downloadpytz-git-7136719f8cd4486db421097482e09026e2d0a43b.tar.gz
Update version strings to 2010g2010g_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 83f1fed..3143e42 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 = '2010e'
+OLSON_VERSION = '2010g'
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 f82fba5..5719755 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='2010e'
+EXPECTED_VERSION='2010g'
fmt = '%Y-%m-%d %H:%M:%S %Z%z'