Update version to 0.3.0 for release

This commit is contained in:
Will Kahn-Greene 2012-04-30 09:48:00 -07:00
parent dce3792218
commit 44f3d3b19a
2 changed files with 2 additions and 2 deletions

View File

@ -50,7 +50,7 @@ copyright = u'2011, 2012 GNU MediaGoblin contributors'
# The short X.Y version. # The short X.Y version.
version = '0.3.0' version = '0.3.0'
# The full version, including alpha/beta/rc tags. # The full version, including alpha/beta/rc tags.
release = '0.3.0-dev' release = '0.3.0'
# 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.3.0"