jenkins-bot has submitted this change and it was merged.
Change subject: update wmf version ......................................................................
update wmf version
Change-Id: I1f6da5e50b30afd2b09c0a08d60eac33720a78de --- 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 2174976..d20c078 100644 --- a/family.py +++ b/family.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*-
# -# (C) Pywikibot team, 2004-2014 +# (C) Pywikibot team, 2004-2015 # # Distributed under the terms of the MIT license. # @@ -4963,7 +4963,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.25wmf12' + return '1.25wmf13'
def shared_image_repository(self, code): return ('commons', 'commons')
pywikibot-commits@lists.wikimedia.org