summaryrefslogtreecommitdiff
path: root/src/pytz/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/pytz/__init__.py')
-rw-r--r--src/pytz/__init__.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pytz/__init__.py b/src/pytz/__init__.py
index 7d5912a..c82cd43 100644
--- a/src/pytz/__init__.py
+++ b/src/pytz/__init__.py
@@ -9,8 +9,8 @@ on how to use these modules.
'''
# The IANA (nee Olson) database is updated several times a year.
-OLSON_VERSION = '2016b'
-VERSION = '2016.2' # Switching to pip compatible version numbering.
+OLSON_VERSION = '2016c'
+VERSION = '2016.3' # Switching to pip compatible version numbering.
__version__ = VERSION
OLSEN_VERSION = OLSON_VERSION # Old releases had this misspelling