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__.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/pytz/__init__.py b/src/pytz/__init__.py
index e30ef25..51406ca 100644
--- a/src/pytz/__init__.py
+++ b/src/pytz/__init__.py
@@ -9,8 +9,8 @@ on how to use these modules.
'''
# The Olson database is updated several times a year.
-OLSON_VERSION = '2015f'
-VERSION = '2015.6' # Switching to pip compatible version numbering.
+OLSON_VERSION = '2015g'
+VERSION = '2015.7' # Switching to pip compatible version numbering.
__version__ = VERSION
OLSEN_VERSION = OLSON_VERSION # Old releases had this misspelling
@@ -241,7 +241,7 @@ class UTC(datetime.tzinfo):
return "UTC"
-UTC = utc = UTC() # UTC is a singleton
+UTC = utc = UTC() # UTC is a singleton
def _UTC():