diff options
author | Christopher Allan Webber <cwebber@dustycloud.org> | 2011-11-02 09:09:35 -0500 |
---|---|---|
committer | Christopher Allan Webber <cwebber@dustycloud.org> | 2011-11-02 09:09:35 -0500 |
commit | 8efddbf2986524ad777b671af9935b44d009103e (patch) | |
tree | 7aef73fef30670498e46ff9bd4e583d0d52d3191 /docs/source/conf.py | |
parent | a81912ecd0ed56f1c38728b63d1ab1b6e930dce8 (diff) | |
download | mediagoblin-8efddbf2986524ad777b671af9935b44d009103e.tar.lz mediagoblin-8efddbf2986524ad777b671af9935b44d009103e.tar.xz mediagoblin-8efddbf2986524ad777b671af9935b44d009103e.zip |
0.1.0, also in the docs file! ;)
Diffstat (limited to 'docs/source/conf.py')
-rw-r--r-- | docs/source/conf.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/source/conf.py b/docs/source/conf.py index 7ea3a340..eee9900f 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -48,9 +48,9 @@ copyright = u'2011, Free Software Foundation, Inc and contributors' # built documents. # # The short X.Y version. -version = '0.0.5' +version = '0.1.0' # The full version, including alpha/beta/rc tags. -release = '0.0.5' +release = '0.1.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. |