summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorJosh Kearney <josh@jk0.org>2011-06-24 14:48:14 -0500
committerJosh Kearney <josh@jk0.org>2011-06-24 14:48:14 -0500
commitcee51f8aff494c1e7dd266e2a24c9dc9bb7b18f8 (patch)
tree8b1c62d851baff84679772f0a211737c86fcd489 /setup.py
parent8a523431e3db9a1390933036532dc9f2ffacf17f (diff)
downloadpython-novaclient-cee51f8aff494c1e7dd266e2a24c9dc9bb7b18f8.tar.gz
Refactored backup 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 a51e28c1..633f364d 100644
--- a/setup.py
+++ b/setup.py
@@ -11,7 +11,7 @@ if sys.version_info < (2,6):
setup(
name = "python-novaclient",
- version = "2.5.6",
+ version = "2.5.7",
description = "Client library for OpenStack Nova API",
long_description = read('README.rst'),
url = 'https://github.com/rackspace/python-novaclient',