diff options
author | Will Kahn-Greene <willg@bluesock.org> | 2011-06-13 12:24:52 -0400 |
---|---|---|
committer | Will Kahn-Greene <willg@bluesock.org> | 2011-06-13 12:25:15 -0400 |
commit | 03db7d6c7416010a8eadecf93037ea398e6e07db (patch) | |
tree | 337df84a99c233baa241632729c694366c4033b5 /docs | |
parent | 1e85d28e018e6dc0d4be9af82f221ac5450423bb (diff) | |
download | mediagoblin-03db7d6c7416010a8eadecf93037ea398e6e07db.tar.lz mediagoblin-03db7d6c7416010a8eadecf93037ea398e6e07db.tar.xz mediagoblin-03db7d6c7416010a8eadecf93037ea398e6e07db.zip |
Updates version in docs
Diffstat (limited to 'docs')
-rw-r--r-- | docs/conf.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/conf.py b/docs/conf.py index fedaf33c..0e75a617 100644 --- a/docs/conf.py +++ b/docs/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.1' +version = '0.0.2' # The full version, including alpha/beta/rc tags. -release = '0.0.1' +release = '0.0.2' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. |