Update version to 0.3.0 for release
authorWill Kahn-Greene <willg@bluesock.org>
Mon, 30 Apr 2012 16:48:00 +0000 (09:48 -0700)
committerWill Kahn-Greene <willg@bluesock.org>
Wed, 2 May 2012 14:02:15 +0000 (07:02 -0700)
docs/source/conf.py
mediagoblin/_version.py

index aafcf128b13e8dbb36c25be7f62bee77dfcea158..07f546e06a8fa221667387083204c3deb6e39e74 100644 (file)
@@ -50,7 +50,7 @@ copyright = u'2011, 2012 GNU MediaGoblin contributors'
 # The short X.Y version.
 version = '0.3.0'
 # 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
 # for a list of supported languages.
index fc1a0f6e26611815ba8c415c2f5ebcd0ef81bee0..8764ea6b4aaaab32d8c3d5f74023caa424bc71cf 100644 (file)
@@ -23,4 +23,4 @@
 
 # see http://www.python.org/dev/peps/pep-0386/
 
-__version__ = "0.3.0.dev"
+__version__ = "0.3.0"