From 575921a11b85d215d27072f96bb70410929969ad Mon Sep 17 00:00:00 2001 From: Stuart Bishop Date: Wed, 13 May 2015 12:53:27 +0200 Subject: Bump version numbers --- src/pytz/__init__.py | 4 ++-- src/pytz/tests/test_tzinfo.py | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/pytz/__init__.py b/src/pytz/__init__.py index 666cb3f..d186642 100644 --- a/src/pytz/__init__.py +++ b/src/pytz/__init__.py @@ -9,8 +9,8 @@ on how to use these modules. ''' # The Olson database is updated several times a year. -OLSON_VERSION = '2015b' -VERSION = '2015.2' # Switching to pip compatible version numbering. +OLSON_VERSION = '2015d' +VERSION = '2015.4' # 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 0fc36ba..1c766de 100644 --- a/src/pytz/tests/test_tzinfo.py +++ b/src/pytz/tests/test_tzinfo.py @@ -21,8 +21,8 @@ from pytz.tzinfo import DstTzInfo, StaticTzInfo # I test for expected version to ensure the correct version of pytz is # actually being tested. -EXPECTED_VERSION='2015.2' -EXPECTED_OLSON_VERSION='2015b' +EXPECTED_VERSION='2015.4' +EXPECTED_OLSON_VERSION='2015d' fmt = '%Y-%m-%d %H:%M:%S %Z%z' -- cgit v1.2.1