jenkins-bot has submitted this change and it was merged.
Change subject: Update version strings ......................................................................
Update version strings
Change-Id: Ie5ab8011fd76a37de94e62cd7570610f261b1c41 --- M family.py 1 file changed, 2 insertions(+), 2 deletions(-)
Approvals: John Vandenberg: Looks good to me, approved jenkins-bot: Verified
diff --git a/family.py b/family.py index 64c4f6d..c4a71d3 100644 --- a/family.py +++ b/family.py @@ -4337,7 +4337,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.26.3' + return '1.27.1'
def versionnumber(self, code, version=None): """Return an int identifying MediaWiki version. @@ -4973,7 +4973,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.28.0-wmf.3' + return '1.28.0-wmf.15'
def shared_image_repository(self, code): return ('commons', 'commons')
pywikibot-commits@lists.wikimedia.org