summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStuart Bishop <stuart.bishop@canonical.com>2016-07-14 15:20:08 +0700
committerStuart Bishop <stuart.bishop@canonical.com>2016-07-14 15:20:08 +0700
commitf55399cddbef67c56db1b83e0939ecc1e276cf42 (patch)
tree965db2b5cadb4b70395bcdb79b654139392cf315
parent7a9e6bba7bb8d4c604c9832098cf2c017b36cfd2 (diff)
downloadpytz-git-f55399cddbef67c56db1b83e0939ecc1e276cf42.tar.gz
Bump version numbers to 2016.6.1/2016frelease_2016.6.1
-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 b286b94..728d160 100644
--- a/src/pytz/__init__.py
+++ b/src/pytz/__init__.py
@@ -10,7 +10,7 @@ on how to use these modules.
# The IANA (nee Olson) database is updated several times a year.
OLSON_VERSION = '2016f'
-VERSION = '2016.6' # Switching to pip compatible version numbering.
+VERSION = '2016.6.1' # Switching to pip compatible version numbering.
__version__ = VERSION
OLSEN_VERSION = OLSON_VERSION # Old releases had this misspelling
diff --git a/src/pytz/tests/test_tzinfo.py b/src/pytz/tests/test_tzinfo.py
index dac110b..6679359 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='2016.6'
+EXPECTED_VERSION='2016.6.1'
EXPECTED_OLSON_VERSION='2016f'
fmt = '%Y-%m-%d %H:%M:%S %Z%z'