Xqt has submitted this change and it was merged.
Change subject: new mw release 1.23wmf11 ......................................................................
new mw release 1.23wmf11
Change-Id: I1245fed198b475de86033dfe8711f27cc5b295d9 --- 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 5566798..611853e 100644 --- a/pywikibot/family.py +++ b/pywikibot/family.py @@ -1065,7 +1065,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.23wmf9' + return '1.23wmf11'
def shared_image_repository(self, code): return ('commons', 'commons')
pywikibot-commits@lists.wikimedia.org