diff options
author | Christopher Allan Webber <cwebber@dustycloud.org> | 2011-04-30 08:27:15 -0500 |
---|---|---|
committer | Christopher Allan Webber <cwebber@dustycloud.org> | 2011-04-30 08:27:15 -0500 |
commit | 776331fd96b55dba004e8bb5a10e02a555bf76c1 (patch) | |
tree | 5cf332de13e8cd47d72e9916896e14c93886a8ba /docs/conf.py | |
parent | 1bb0fdf2f4f568019c3449f269c69f406507bd7c (diff) | |
parent | 87b44d61ef4c1ace855540ab35f047a2067e277c (diff) | |
download | mediagoblin-776331fd96b55dba004e8bb5a10e02a555bf76c1.tar.lz mediagoblin-776331fd96b55dba004e8bb5a10e02a555bf76c1.tar.xz mediagoblin-776331fd96b55dba004e8bb5a10e02a555bf76c1.zip |
Merge branch 'master' into celerysubmit
Diffstat (limited to 'docs/conf.py')
-rw-r--r-- | docs/conf.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/conf.py b/docs/conf.py index 02c190a0..967d84d0 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -41,16 +41,16 @@ master_doc = 'index' # General information about the project. project = u'GNU MediaGoblin' -copyright = u'2011, Chris Webber, et al' +copyright = u'2011, Free Software Foundation, Inc and contributors' # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the # built documents. # # The short X.Y version. -version = '0.1a1' +version = '0.0.1' # The full version, including alpha/beta/rc tags. -release = '0.1a1' +release = '0.0.1' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. |