diff --git a/doc/source/conf.py b/doc/source/conf.py index 95897d8fd3..9de5f861e2 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -79,7 +79,7 @@ copyright = u'2010-present, OpenStack, LLC.' # The short X.Y version. version = '0.1' # The full version, including alpha/beta/rc tags. -release = '0.1.5' +release = '0.1.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 a4c6689450..a89fc19453 100644 --- a/setup.py +++ b/setup.py @@ -52,7 +52,7 @@ except: name = 'glance' -version = '0.1.5' +version = '0.1.6' setup(