From 7cfa84225cb4cea506e1158e9b3ddef5cc5f716c Mon Sep 17 00:00:00 2001 From: Stuart Bishop Date: Thu, 15 May 2014 14:53:54 +0700 Subject: Bump version number to 2014.3/2014c --- 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 647d091..201fcd4 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 = '2014b' -VERSION = '2014.2' # Switching to pip compatible version numbering. +OLSON_VERSION = '2014c' +VERSION = '2014.3' # 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 7550272..5dd7a39 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='2014.2' -EXPECTED_OLSON_VERSION='2014b' +EXPECTED_VERSION='2014.3' +EXPECTED_OLSON_VERSION='2014c' fmt = '%Y-%m-%d %H:%M:%S %Z%z' -- cgit v1.2.1