jenkins-bot has submitted this change and it was merged.
Change subject: mw version 1.24wmf3 ......................................................................
mw version 1.24wmf3
Change-Id: Ib4cdf23d12c5e020f8e6d32e76583fcac73d0e6d --- 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 d9af922..c422460 100644 --- a/pywikibot/family.py +++ b/pywikibot/family.py @@ -1069,7 +1069,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.24wmf2' + return '1.24wmf3'
def shared_image_repository(self, code): return ('commons', 'commons')
pywikibot-commits@lists.wikimedia.org