Update version to 0.3.1.dev
authorWill Kahn-Greene <willg@bluesock.org>
Mon, 30 Apr 2012 18:03:35 +0000 (11:03 -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 07f546e06a8fa221667387083204c3deb6e39e74..41cf25290bf5fa92a8185140b0d9c329e5492047 100644 (file)
@@ -48,9 +48,9 @@ copyright = u'2011, 2012 GNU MediaGoblin contributors'
 # built documents.
 #
 # The short X.Y version.
-version = '0.3.0'
+version = '0.3.1'
 # The full version, including alpha/beta/rc tags.
-release = '0.3.0'
+release = '0.3.1.dev'
 
 # The language for content autogenerated by Sphinx. Refer to documentation
 # for a list of supported languages.
index 8764ea6b4aaaab32d8c3d5f74023caa424bc71cf..8d86b42f104c87fc5049b65588c0f693bfc518f5 100644 (file)
@@ -23,4 +23,4 @@
 
 # see http://www.python.org/dev/peps/pep-0386/
 
-__version__ = "0.3.0"
+__version__ = "0.3.1.dev"