jenkins-bot has submitted this change and it was merged.
Change subject: mw release 1.23wmf18 ......................................................................
mw release 1.23wmf18
Change-Id: I17a09cd6292416c28c8faef0cfc33af2e149f2b5 --- 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 dd33d21..0bf46cd 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.23wmf17' + return '1.23wmf18'
def shared_image_repository(self, code): return ('commons', 'commons')
pywikibot-commits@lists.wikimedia.org