From cf38b59c1108202acb1fefba7fc36dcefd585c1b Mon Sep 17 00:00:00 2001 From: Stuart Bishop Date: Wed, 28 Oct 2009 12:40:23 +0700 Subject: Update version to 2009p --- src/pytz/__init__.py | 4 ++-- src/pytz/tests/test_tzinfo.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/pytz/__init__.py b/src/pytz/__init__.py index b8c27c1..21f4837 100644 --- a/src/pytz/__init__.py +++ b/src/pytz/__init__.py @@ -8,8 +8,8 @@ See the datetime section of the Python Library Reference for information on how to use these modules. ''' -# The Olson database has historically been updated about 4 times a year -OLSON_VERSION = '2009n' +# The Olson database is updated several times a year. +OLSON_VERSION = '2009p' 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 d57e3dd..0d2dee1 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='2009n' +EXPECTED_VERSION='2009p' fmt = '%Y-%m-%d %H:%M:%S %Z%z' -- cgit v1.2.1