diff options
author | Will Kahn-Greene <willg@bluesock.org> | 2011-07-05 09:26:45 -0400 |
---|---|---|
committer | Will Kahn-Greene <willg@bluesock.org> | 2011-07-05 09:26:45 -0400 |
commit | 132773ae083ee137d6667ccdfc858c7a6865be5a (patch) | |
tree | 52ff0389c5ec0c2c2926ee6f1d8f9e21ffe14e9a /docs/conf.py | |
parent | 7c6dffe34d2f0eccf6805eba452e219778a3109c (diff) | |
download | mediagoblin-132773ae083ee137d6667ccdfc858c7a6865be5a.tar.lz mediagoblin-132773ae083ee137d6667ccdfc858c7a6865be5a.tar.xz mediagoblin-132773ae083ee137d6667ccdfc858c7a6865be5a.zip |
Updates version to 0.0.3.
Diffstat (limited to 'docs/conf.py')
-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 0e75a617..6c64cdda 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.2' +version = '0.0.3' # The full version, including alpha/beta/rc tags. -release = '0.0.2' +release = '0.0.3' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. |