diff options
author | Will Kahn-Greene <willg@bluesock.org> | 2012-02-09 11:00:30 -0500 |
---|---|---|
committer | Will Kahn-Greene <willg@bluesock.org> | 2012-02-09 11:00:30 -0500 |
commit | 6e03e586718ad06da38e3f82a043e35643bb9764 (patch) | |
tree | f4b5603056d2ecd9c8a1da7f89887eec39fd9532 /docs/source/conf.py | |
parent | 934d0b67a00f764fa2bc6ce44f31864f3804a44e (diff) | |
download | mediagoblin-6e03e586718ad06da38e3f82a043e35643bb9764.tar.lz mediagoblin-6e03e586718ad06da38e3f82a043e35643bb9764.tar.xz mediagoblin-6e03e586718ad06da38e3f82a043e35643bb9764.zip |
Fix docs version
Diffstat (limited to 'docs/source/conf.py')
-rw-r--r-- | docs/source/conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/source/conf.py b/docs/source/conf.py index 8aedf596..aafcf128 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -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-dev' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. |