diff options
author | Will Kahn-Greene <willg@bluesock.org> | 2012-04-30 09:48:00 -0700 |
---|---|---|
committer | Will Kahn-Greene <willg@bluesock.org> | 2012-05-02 07:02:15 -0700 |
commit | 44f3d3b19a8f3a477156c655666626eb33b169b4 (patch) | |
tree | dbea9c960b7807fd2caf1edf7a5ef5d0c8a5fd2e /docs/source/conf.py | |
parent | dce379221896bc5f3c0f4cabc99aea89ed75be2f (diff) | |
download | mediagoblin-44f3d3b19a8f3a477156c655666626eb33b169b4.tar.lz mediagoblin-44f3d3b19a8f3a477156c655666626eb33b169b4.tar.xz mediagoblin-44f3d3b19a8f3a477156c655666626eb33b169b4.zip |
Update version to 0.3.0 for release
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 aafcf128..07f546e0 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' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. |