~ubuntu-branches/ubuntu/quantal/python-tz/quantal

« back to all changes in this revision

Viewing changes to pytz/__init__.py

  • Committer: Bazaar Package Importer
  • Author(s): Fabio Tranchitella
  • Date: 2009-10-12 06:46:27 UTC
  • mfrom: (1.1.14 upstream) (2.1.9 sid)
  • Revision ID: james.westby@ubuntu.com-20091012064627-uuspiirvpjki9aii
Tags: 2009n-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
'''
10
10
 
11
11
# The Olson database has historically been updated about 4 times a year
12
 
OLSON_VERSION = '2009l'
 
12
OLSON_VERSION = '2009n'
13
13
VERSION = OLSON_VERSION
14
14
# Version format for a patch release - only one so far.
15
15
#VERSION = OLSON_VERSION + '.2'