~stub/pytz/devel

« back to all changes in this revision

Viewing changes to src/pytz/__init__.py

  • Committer: Stuart Bishop
  • Date: 2016-03-21 04:24:58 UTC
  • Revision ID: stuart@stuartbishop.net-20160321042458-subidke8o0yi5kka
Bump version numbers to 2016.2/2016b

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
on how to use these modules.
9
9
'''
10
10
 
11
 
# The Olson database is updated several times a year.
12
 
OLSON_VERSION = '2016a'
13
 
VERSION = '2016.1'  # Switching to pip compatible version numbering.
 
11
# The IANA (nee Olson) database is updated several times a year.
 
12
OLSON_VERSION = '2016b'
 
13
VERSION = '2016.2'  # Switching to pip compatible version numbering.
14
14
__version__ = VERSION
15
15
 
16
16
OLSEN_VERSION = OLSON_VERSION # Old releases had this misspelling