jenkins-bot has submitted this change and it was merged.
Change subject: update mw and wm versions ......................................................................
update mw and wm versions
Change-Id: I4374aec3c87fd1f9bb2757481dd42c7ba00159e6 --- M family.py 1 file changed, 2 insertions(+), 2 deletions(-)
Approvals: Xqt: Looks good to me, approved jenkins-bot: Verified
diff --git a/family.py b/family.py index f3ec8b1..7a1d320 100644 --- a/family.py +++ b/family.py @@ -4331,7 +4331,7 @@ # Don't use this, use versionnumber() instead. This only exists # to not break family files. # Here we return the latest mw release for downloading - return '1.24.2' + return '1.25.1'
def versionnumber(self, code, version=None): """Return an int identifying MediaWiki version. @@ -4967,7 +4967,7 @@ # Don't use this, use versionnumber() instead. This only exists # to not break family files. # Here we return the latest mw release of wikimedia projects - return '1.26wmf5' + return '1.26wmf7'
def shared_image_repository(self, code): return ('commons', 'commons')
pywikibot-commits@lists.wikimedia.org