Update version numbers
authorWill Kahn-Greene <willg@bluesock.org>
Thu, 9 Feb 2012 15:44:36 +0000 (10:44 -0500)
committerWill Kahn-Greene <willg@bluesock.org>
Thu, 9 Feb 2012 15:45:43 +0000 (10:45 -0500)
docs/source/conf.py
mediagoblin/_version.py

index 16fd22a943bf140c08963dcf29561b37987b1139..6b5dd93b21a1508d1f9bb6bff1d7cf4a7fdd7309 100644 (file)
@@ -41,16 +41,16 @@ master_doc = 'index'
 
 # General information about the project.
 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
 # |version| and |release|, also used in various other places throughout the
 # built documents.
 #
 # The short X.Y version.
-version = '0.3.0'
+version = '0.2.1'
 # 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
 # for a list of supported languages.
index fc1a0f6e26611815ba8c415c2f5ebcd0ef81bee0..f0358495018f5ceba513c790df0a41dced9c2c3f 100644 (file)
@@ -23,4 +23,4 @@
 
 # see http://www.python.org/dev/peps/pep-0386/
 
-__version__ = "0.3.0.dev"
+__version__ = "0.2.1"