diff options
author | Will Kahn-Greene <willg@bluesock.org> | 2012-02-09 10:44:36 -0500 |
---|---|---|
committer | Will Kahn-Greene <willg@bluesock.org> | 2012-02-09 10:45:43 -0500 |
commit | 58301e093c7b99dc66b1e9255e34ef2e90e48d4d (patch) | |
tree | 942545272a0b084a98aeff411ff01d4c0c628744 /docs/source/conf.py | |
parent | 39edc73cb076db5c1c7ed5256763e082590fb755 (diff) | |
download | mediagoblin-58301e093c7b99dc66b1e9255e34ef2e90e48d4d.tar.lz mediagoblin-58301e093c7b99dc66b1e9255e34ef2e90e48d4d.tar.xz mediagoblin-58301e093c7b99dc66b1e9255e34ef2e90e48d4d.zip |
Update version numbers
Diffstat (limited to 'docs/source/conf.py')
-rw-r--r-- | docs/source/conf.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/source/conf.py b/docs/source/conf.py index 16fd22a9..6b5dd93b 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -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. |