diff --git a/docs/conf.py b/docs/conf.py index 62e4878eb..56b8612e9 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.6' # 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 # for a list of supported languages. diff --git a/setup.py b/setup.py index 08db0c752..a26106647 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ if sys.version_info < (2, 6): setup( name = "python-novaclient", - version = "2.6.5", + version = "2.6.6", description = "Client library for OpenStack Nova API", long_description = read('README.rst'), url = 'https://github.com/rackspace/python-novaclient',