Update version numbers

This commit is contained in:
Will Kahn-Greene 2012-02-09 10:44:36 -05:00
parent 39edc73cb0
commit 58301e093c
2 changed files with 4 additions and 4 deletions

View File

@ -41,16 +41,16 @@ master_doc = 'index'
# General information about the project. # General information about the project.
project = u'GNU MediaGoblin' project = u'GNU MediaGoblin'
copyright = u'2011, Free Software Foundation, Inc and contributors' copyright = u'2011, 2012 GNU MediaGoblin contributors'
# The version info for the project you're documenting, acts as replacement for # The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the # |version| and |release|, also used in various other places throughout the
# built documents. # built documents.
# #
# The short X.Y version. # The short X.Y version.
version = '0.3.0' version = '0.2.1'
# The full version, including alpha/beta/rc tags. # The full version, including alpha/beta/rc tags.
release = '0.3.0-dev' release = '0.2.1'
# The language for content autogenerated by Sphinx. Refer to documentation # The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages. # for a list of supported languages.

View File

@ -23,4 +23,4 @@
# see http://www.python.org/dev/peps/pep-0386/ # see http://www.python.org/dev/peps/pep-0386/
__version__ = "0.3.0.dev" __version__ = "0.2.1"