Xqt has uploaded a new change for review. ( 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(-) git pull ssh://gerrit.wikimedia.org:29418/pywikibot/core refs/changes/45/365045/1 diff --git a/docs/conf.py b/docs/conf.py index 17cf9ac..d192b23 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.20170521' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. -- To view, visit https://gerrit.wikimedia.org/r/365045 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I76de751f1c249430380526fb950d5c8c65a4828e Gerrit-PatchSet: 1 Gerrit-Project: pywikibot/core Gerrit-Branch: master Gerrit-Owner: Xqt <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
