version bump
This commit is contained in:
parent
9cd9635c42
commit
96e04e64e9
@ -47,7 +47,7 @@ copyright = u'Rackspace, based on work by Jacob Kaplan-Moss'
|
|||||||
# The short X.Y version.
|
# The short X.Y version.
|
||||||
version = '2.6'
|
version = '2.6'
|
||||||
# The full version, including alpha/beta/rc tags.
|
# The full version, including alpha/beta/rc tags.
|
||||||
release = '2.6.5'
|
release = '2.6.6'
|
||||||
|
|
||||||
# The language for content autogenerated by Sphinx. Refer to documentation
|
# The language for content autogenerated by Sphinx. Refer to documentation
|
||||||
# for a list of supported languages.
|
# for a list of supported languages.
|
||||||
|
2
setup.py
2
setup.py
@ -12,7 +12,7 @@ if sys.version_info < (2, 6):
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name = "python-novaclient",
|
name = "python-novaclient",
|
||||||
version = "2.6.5",
|
version = "2.6.6",
|
||||||
description = "Client library for OpenStack Nova API",
|
description = "Client library for OpenStack Nova API",
|
||||||
long_description = read('README.rst'),
|
long_description = read('README.rst'),
|
||||||
url = 'https://github.com/rackspace/python-novaclient',
|
url = 'https://github.com/rackspace/python-novaclient',
|
||||||
|
Loading…
Reference in New Issue
Block a user