diff options
| author | Adam Tauber <asciimoo@gmail.com> | 2016-07-10 08:28:00 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-07-10 08:28:00 +0200 |
| commit | 7bd30fd21bbc23c485ac9fd77795314edb5dc665 (patch) | |
| tree | 997b66dc3f1ab2ffb1bfbfaf551a00e8777a2306 /docs/conf.py | |
| parent | 3e351e3b9f819d5383fd1ebafd906fdbe0c3d086 (diff) | |
| parent | 521f398709ea481fdf55f1e4c111f063f91fa8c0 (diff) | |
Merge pull request #614 from kvch/gh-pages
documentation updates
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 30fe90313..b1392bab1 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, Adam Tauber' +copyright = u'2015-2016, 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.8.0' +version = '0.9.0' # The full version, including alpha/beta/rc tags. -release = '0.8.0' +release = '0.9.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. |