version bump
This commit is contained in:
parent
be03eb5fa4
commit
1920e32b1f
@ -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.5'
|
version = '2.5'
|
||||||
# The full version, including alpha/beta/rc tags.
|
# The full version, including alpha/beta/rc tags.
|
||||||
release = '2.5.7'
|
release = '2.5.8'
|
||||||
|
|
||||||
# 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,6 +2,13 @@
|
|||||||
Release notes
|
Release notes
|
||||||
=============
|
=============
|
||||||
|
|
||||||
|
2.5.8 (July 11, 2011)
|
||||||
|
=====================
|
||||||
|
* returns all public/private ips, not just first one
|
||||||
|
* better 'nova list' search options
|
||||||
|
|
||||||
|
2.5.7 - 2.5.6 = minor tweaks
|
||||||
|
|
||||||
2.5.5 (June 21, 2011)
|
2.5.5 (June 21, 2011)
|
||||||
=====================
|
=====================
|
||||||
* zone-boot min/max instance count added thanks to comstud
|
* zone-boot min/max instance count added thanks to comstud
|
||||||
|
2
setup.py
2
setup.py
@ -11,7 +11,7 @@ if sys.version_info < (2,6):
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name = "python-novaclient",
|
name = "python-novaclient",
|
||||||
version = "2.5.7",
|
version = "2.5.8",
|
||||||
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…
x
Reference in New Issue
Block a user