Version bump after release

This commit is contained in:
jaypipes@gmail.com 2011-01-24 09:57:49 -05:00
parent 02781962a4
commit cd15f14fc8
2 changed files with 3 additions and 3 deletions

View File

@ -69,7 +69,7 @@ master_doc = 'index'
# General information about the project.
project = u'Glance'
copyright = u'2010, OpenStack, LLC.'
copyright = u'2010-present, OpenStack, LLC.'
# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
@ -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.3'
release = '0.1.4'
# 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.3'
version = '0.1.4'
cmdclass = {'sdist': local_sdist,
'build_sphinx': local_BuildDoc}