Upgrade pytz to 2014.4

This commit is contained in:
Matthew Jones 2014-08-06 13:59:29 -04:00
parent 7899463ac8
commit e3bdd966ed
576 changed files with 3 additions and 3 deletions

View File

@ -47,7 +47,7 @@ pyrax==1.7.2 (pyrax/*)
python-dateutil==2.2 (dateutil/*)
python-novaclient==2.17.0 (novaclient/*, excluded bin/nova)
python-swiftclient==2.0.3 (swiftclient/*, excluded bin/swift)
pytz==2014.2 (pytz/*)
pytz==2014.4 (pytz/*)
rackspace-auth-openstack==1.3 (rackspace_auth_openstack/*)
rackspace-novaclient==1.4 (no files)
rax-default-network-flags-python-novaclient-ext==0.2.3 (rax_default_network_flags_python_novaclient_ext/*)

View File

@ -9,8 +9,8 @@ on how to use these modules.
'''
# The Olson database is updated several times a year.
OLSON_VERSION = '2014b'
VERSION = '2014.2' # Switching to pip compatible version numbering.
OLSON_VERSION = '2014d'
VERSION = '2014.4' # Switching to pip compatible version numbering.
__version__ = VERSION
OLSEN_VERSION = OLSON_VERSION # Old releases had this misspelling

Some files were not shown because too many files have changed in this diff Show More