summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStuart Bishop <stuart@stuartbishop.net>2013-01-03 16:03:05 +0700
committerStuart Bishop <stuart@stuartbishop.net>2013-01-03 16:03:05 +0700
commit65cdc27273d3ff5d5783ea59b204f8ffca75d6c6 (patch)
tree53966bb567198023ef40595c5942336e9a8cda26
parent75d5da90c9fcdf6306e73dc9176e6b65a78f86d5 (diff)
downloadpytz-65cdc27273d3ff5d5783ea59b204f8ffca75d6c6.tar.gz
Bump version numbers to 2012j
-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 94af456..df80f44 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 = '2012h'
+OLSON_VERSION = '2012j'
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 a0e7a50..8838972 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='2012h'
+EXPECTED_VERSION='2012j'
fmt = '%Y-%m-%d %H:%M:%S %Z%z'