diff options
author | Will Kahn-Greene <willg@bluesock.org> | 2011-09-01 21:10:33 -0400 |
---|---|---|
committer | Will Kahn-Greene <willg@bluesock.org> | 2011-09-01 21:10:33 -0400 |
commit | 05d5d45bf9db4ffe6f7987a8c66e9f547fb1ce15 (patch) | |
tree | 61c142a711555f32f2e5b268f58cf4acc7541f25 /docs | |
parent | 5312c6caf0765eab02116bccf17957b37c1c1d36 (diff) | |
download | mediagoblin-05d5d45bf9db4ffe6f7987a8c66e9f547fb1ce15.tar.lz mediagoblin-05d5d45bf9db4ffe6f7987a8c66e9f547fb1ce15.tar.xz mediagoblin-05d5d45bf9db4ffe6f7987a8c66e9f547fb1ce15.zip |
Updates version number in docs
Diffstat (limited to 'docs')
-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 e2f327c9..7ea3a340 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.4' +version = '0.0.5' # The full version, including alpha/beta/rc tags. -release = '0.0.4' +release = '0.0.5' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. |