~mnordhoff/+junk/devel.btrees

« back to all changes in this revision

Viewing changes to src/pytz/__init__.py

  • Committer: Stuart Bishop
  • Date: 2009-09-28 05:02:58 UTC
  • Revision ID: stuart@stuartbishop.net-20090928050258-lgdys8aah3euarp9
Update to 2009m

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 = '2009m'
13
13
VERSION = OLSON_VERSION
14
14
# Version format for a patch release - only one so far.
15
15
#VERSION = OLSON_VERSION + '.2'