summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.rst1
-rw-r--r--docs/conf.py2
-rw-r--r--setup.py2
3 files changed, 3 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index bcfaa36a..4581e8ce 100644
--- a/README.rst
+++ b/README.rst
@@ -59,6 +59,7 @@ You'll find complete documentation on the shell by running
Positional arguments:
<subcommand>
add-fixed-ip Add a new fixed IP address to a servers network.
+ backup Resize a server.
backup-schedule Show or edit the backup schedule for a server.
backup-schedule-delete
Delete the backup schedule for a server.
diff --git a/docs/conf.py b/docs/conf.py
index 39780fe8..21316fc8 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -47,7 +47,7 @@ copyright = u'Rackspace, based on work by Jacob Kaplan-Moss'
# The short X.Y version.
version = '2.5'
# The full version, including alpha/beta/rc tags.
-release = '2.5.8'
+release = '2.5.9'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
diff --git a/setup.py b/setup.py
index 4e66ec2b..6b74843a 100644
--- a/setup.py
+++ b/setup.py
@@ -12,7 +12,7 @@ if sys.version_info < (2, 6):
setup(
name="python-novaclient",
- version="2.5.8",
+ version="2.5.9",
description="Client library for OpenStack Nova API",
long_description=read('README.rst'),
url='https://github.com/rackspace/python-novaclient',