Xqt has submitted this change and it was merged.
Change subject: update mw to 1.22wmf17 ......................................................................
update mw to 1.22wmf17
Change-Id: I625354fb5868016e7fd5afc5d69bf712ddab9b78 --- M pywikibot/family.py 1 file changed, 1 insertion(+), 1 deletion(-)
Approvals: Xqt: Verified; Looks good to me, approved
diff --git a/pywikibot/family.py b/pywikibot/family.py index b564383..fb4511c 100644 --- a/pywikibot/family.py +++ b/pywikibot/family.py @@ -936,7 +936,7 @@ """Return Wikimedia projects version number as a string.""" # Don't use this, use versionnumber() instead. This only exists # to not break family files. - return '1.22wmf15' + return '1.22wmf17'
def shared_image_repository(self, code): return ('commons', 'commons')
pywikibot-commits@lists.wikimedia.org