jenkins-bot has submitted this change and it was merged. ( https://gerrit.wikimedia.org/r/365045 )
Change subject: [DOC] update pwb version strings ......................................................................
[DOC] update pwb version strings
Change-Id: I76de751f1c249430380526fb950d5c8c65a4828e --- M docs/conf.py 1 file changed, 4 insertions(+), 4 deletions(-)
Approvals: jenkins-bot: Verified Xqt: Looks good to me, approved
diff --git a/docs/conf.py b/docs/conf.py index 17cf9ac..f7e4bc9 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- """Configuration file for Sphinx.""" # -# (C) Pywikibot team, 2015-2016 +# (C) Pywikibot team, 2015-2017 # # Distributed under the terms of the MIT license. # @@ -52,16 +52,16 @@
# General information about the project. project = 'Pywikibot' -copyright = '2016, Pywikibot team' +copyright = '2017, Pywikibot team'
# 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 = '2.0' +version = '3.0' # The full version, including alpha/beta/rc tags. -release = '2.0rc1' +release = '3.0.20170713'
# The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.
pywikibot-commits@lists.wikimedia.org