diff options
author | Cédric Bonhomme <kimble.mandel@gmail.com> | 2013-01-12 12:00:03 +0100 |
---|---|---|
committer | Cédric Bonhomme <kimble.mandel@gmail.com> | 2013-01-12 12:00:03 +0100 |
commit | 238a52693eb597b9c2d37073c7e3de03b65b6b30 (patch) | |
tree | 9424b95c07d63e6cd243c99158355658fc592fb2 /docs | |
parent | Added tag 3.8 for changeset 39c108ecfcd4 (diff) | |
download | newspipe-238a52693eb597b9c2d37073c7e3de03b65b6b30.tar.gz newspipe-238a52693eb597b9c2d37073c7e3de03b65b6b30.tar.bz2 newspipe-238a52693eb597b9c2d37073c7e3de03b65b6b30.zip |
Version 3.8. Indexed MongoDB full text search. New management page.
Diffstat (limited to 'docs')
-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 7169c56b..da0e5b2d 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -41,16 +41,16 @@ master_doc = 'index' # General information about the project. project = u'pyAggr3g470r' -copyright = u'2012, Cédric Bonhomme' +copyright = u'2010-2013, Cédric Bonhomme' # 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 = '3.7' +version = '3.8' # The full version, including alpha/beta/rc tags. -release = '3.7' +release = '3.8' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. |