jenkins-bot has submitted this change and it was merged.
Change subject: [update] update mw version string ......................................................................
[update] update mw version string
Change-Id: I660d133daddd7b57d314dcb64d01c76b46f82f7e --- M pywikibot/family.py 1 file changed, 2 insertions(+), 2 deletions(-)
Approvals: John Vandenberg: Looks good to me, approved jenkins-bot: Verified
diff --git a/pywikibot/family.py b/pywikibot/family.py index f430048..2ad6c73 100644 --- a/pywikibot/family.py +++ b/pywikibot/family.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- """Objects representing MediaWiki families.""" # -# (C) Pywikibot team, 2004-2015 +# (C) Pywikibot team, 2004-2016 # # Distributed under the terms of the MIT license. # @@ -1240,7 +1240,7 @@ Use L{pywikibot.tools.MediaWikiVersion} to compare version strings. """ # Here we return the latest mw release for downloading - return '1.26.2' + return '1.26.3'
def force_version(self, code): """
pywikibot-commits@lists.wikimedia.org