Xqt has submitted this change and it was merged.
Change subject: update mw to 1.22wmf17 ......................................................................
update mw to 1.22wmf17
Change-Id: I9fd92fe172346bcb13488967e93ce24c870a9d12 --- M family.py 1 file changed, 1 insertion(+), 1 deletion(-)
Approvals: Xqt: Looks good to me, approved
diff --git a/family.py b/family.py index e874185..ac4ba46 100644 --- a/family.py +++ b/family.py @@ -4740,7 +4740,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