jenkins-bot has submitted this change and it was merged.
Change subject: update mw release to 1.23wmf9 ......................................................................
update mw release to 1.23wmf9
Change-Id: If7cdcf329e8d3651228557e8576fd03bdf4458cc --- M family.py 1 file changed, 1 insertion(+), 1 deletion(-)
Approvals: Xqt: Looks good to me, approved jenkins-bot: Verified
diff --git a/family.py b/family.py index d30f8dc..bf02c7c 100644 --- a/family.py +++ b/family.py @@ -4916,7 +4916,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.23wmf7' + return '1.23wmf9'
def shared_image_repository(self, code): return ('commons', 'commons')
pywikibot-commits@lists.wikimedia.org