summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/source/conf.py2
-rw-r--r--setup.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/source/conf.py b/doc/source/conf.py
index 95897d8fd..9de5f861e 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 a4c668945..a89fc1945 100644
--- a/setup.py
+++ b/setup.py
@@ -52,7 +52,7 @@ except:
name = 'glance'
-version = '0.1.5'
+version = '0.1.6'
setup(