diff options
author | lora <lorochka85@gmail.com> | 2011-11-19 17:01:40 -0600 |
---|---|---|
committer | lora <lorochka85@gmail.com> | 2011-11-19 17:01:40 -0600 |
commit | 707001950a42c7adfd6657f227a2c2dbbd09afce (patch) | |
tree | 9a7215448098b8681b2b45fe636eb8af6c3ea8ba /docs/source/conf.py | |
parent | 2d62e9efd210becd30982e65e06a6ef97029b391 (diff) | |
parent | aea6d577cbf4d937427dea173f74fb17ad45bd75 (diff) | |
download | mediagoblin-707001950a42c7adfd6657f227a2c2dbbd09afce.tar.lz mediagoblin-707001950a42c7adfd6657f227a2c2dbbd09afce.tar.xz mediagoblin-707001950a42c7adfd6657f227a2c2dbbd09afce.zip |
Merge branch 'master' of git://gitorious.org/mediagoblin/mediagoblin
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 7ea3a340..eee9900f 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.5' +version = '0.1.0' # The full version, including alpha/beta/rc tags. -release = '0.0.5' +release = '0.1.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. |