diff options
author | Christopher Allan Webber <cwebber@dustycloud.org> | 2011-06-13 21:02:16 -0500 |
---|---|---|
committer | Christopher Allan Webber <cwebber@dustycloud.org> | 2011-06-13 21:02:16 -0500 |
commit | 3fd659e0eb89f56b696d96b4b7aed89aacdfba4c (patch) | |
tree | 0d07ef125433d848e2dfa7b83ca195b14297cfc3 /docs/conf.py | |
parent | a68ee5556e2cf78abd1e87546f8627ec07c1f89d (diff) | |
parent | 6729d65a3246208b658a3780c7fd62e20c666aa0 (diff) | |
download | mediagoblin-3fd659e0eb89f56b696d96b4b7aed89aacdfba4c.tar.lz mediagoblin-3fd659e0eb89f56b696d96b4b7aed89aacdfba4c.tar.xz mediagoblin-3fd659e0eb89f56b696d96b4b7aed89aacdfba4c.zip |
Merge branch 'master' of gitorious.org:mediagoblin/mediagoblin
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 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. |