summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorJosh Kearney <jkearney@nova.(none)>2011-06-24 12:24:26 -0500
committerJosh Kearney <jkearney@nova.(none)>2011-06-24 12:24:26 -0500
commit04ef22667633672d0f14eec49fe6ac3ef26200c6 (patch)
tree0227618016a0488801de0574891da23a4ab6ac61 /setup.py
parent459e51b14edf7f04d88569991a0c3945a735c948 (diff)
downloadpython-novaclient-04ef22667633672d0f14eec49fe6ac3ef26200c6.tar.gz
Implemented backup with rotation.
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 353900e6..a51e28c1 100644
--- a/setup.py
+++ b/setup.py
@@ -11,7 +11,7 @@ if sys.version_info < (2,6):
setup(
name = "python-novaclient",
- version = "2.5.5",
+ version = "2.5.6",
description = "Client library for OpenStack Nova API",
long_description = read('README.rst'),
url = 'https://github.com/rackspace/python-novaclient',