Xqt has submitted this change and it was merged.
Change subject: update mw version to 1.22wmf12 ......................................................................
update mw version to 1.22wmf12
Change-Id: Id872c2a66c9812cbb244c896d42c22b1cad39ef1 --- M pywikibot/family.py 1 file changed, 1 insertion(+), 1 deletion(-)
Approvals: Xqt: Looks good to me, approved jenkins-bot: Verified
diff --git a/pywikibot/family.py b/pywikibot/family.py index 68f136e..dcd04dc 100644 --- a/pywikibot/family.py +++ b/pywikibot/family.py @@ -937,7 +937,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.22wmf10' + return '1.22wmf12'
def shared_image_repository(self, code): return ('commons', 'commons')
pywikibot-commits@lists.wikimedia.org