diff options
author | Adam Tauber <asciimoo@gmail.com> | 2017-06-12 12:34:30 +0200 |
---|---|---|
committer | Adam Tauber <asciimoo@gmail.com> | 2017-06-12 12:37:07 +0200 |
commit | b92631bf8c36a8b7fa1fada219428af8e2abb566 (patch) | |
tree | 32d4aaf47cb7319163055ca395bffc006987c663 /docs/conf.py | |
parent | ac2ec877b459ef10333bc70e33fbfd6b83c56d97 (diff) | |
download | searxng-b92631bf8c36a8b7fa1fada219428af8e2abb566.tar.gz searxng-b92631bf8c36a8b7fa1fada219428af8e2abb566.zip |
various mods: uwsgi setup and version update ++ py3 img src fix ++ new sphinx version - closes #939
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 012499570..52aad6630 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -49,7 +49,7 @@ master_doc = 'index' # General information about the project. project = u'searx' -copyright = u'2015-2016, Adam Tauber' +copyright = u'2015-2017, Adam Tauber' author = u'Adam Tauber' # The version info for the project you're documenting, acts as replacement for @@ -57,9 +57,9 @@ author = u'Adam Tauber' # built documents. # # The short X.Y version. -version = '0.11.0' +version = '0.12.0' # The full version, including alpha/beta/rc tags. -release = '0.11.0' +release = '0.12.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. |