Xqt has submitted this change and it was merged.
Change subject: update mw version 1.22wmf18 ......................................................................
update mw version 1.22wmf18
Change-Id: I6c7e27920c8edcd5c612969142565fba2d78abec --- 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 ac4ba46..7bfeaa0 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.22wmf17' + return '1.22wmf18'
def shared_image_repository(self, code): return ('commons', 'commons')
pywikibot-commits@lists.wikimedia.org