diff options
author | Will Kahn-Greene <willg@bluesock.org> | 2011-12-12 11:41:29 -0500 |
---|---|---|
committer | Will Kahn-Greene <willg@bluesock.org> | 2011-12-12 11:41:29 -0500 |
commit | 449f58e446ff50f9c84a99a123bd0225a4907f52 (patch) | |
tree | 551836b86de4f993280f5d484b402de3ac8c3ada /docs/source/conf.py | |
parent | a46f645e7fc724547979ced22c8f9b7aa4ae0d51 (diff) | |
download | mediagoblin-449f58e446ff50f9c84a99a123bd0225a4907f52.tar.lz mediagoblin-449f58e446ff50f9c84a99a123bd0225a4907f52.tar.xz mediagoblin-449f58e446ff50f9c84a99a123bd0225a4907f52.zip |
Update version numbers
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 f4d194e6..829679b1 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.1.0' +version = '0.2.0' # The full version, including alpha/beta/rc tags. -release = '0.1.0' +release = '0.2.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. |