Version bump for release

This commit is contained in:
jaypipes@gmail.com 2011-01-23 13:03:51 -05:00
parent 9c7b06d35d
commit 02781962a4
2 changed files with 2 additions and 2 deletions

View File

@ -78,7 +78,7 @@ copyright = u'2010, OpenStack, LLC.'
# The short X.Y version.
version = '0.1'
# The full version, including alpha/beta/rc tags.
release = '0.1.2'
release = '0.1.3'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.

View File

@ -46,7 +46,7 @@ class local_sdist(sdist):
name = 'glance'
version = '0.1.3pre'
version = '0.1.3'
cmdclass = {'sdist': local_sdist,
'build_sphinx': local_BuildDoc}