jenkins-bot has submitted this change and it was merged.
Change subject: Update Wikia's MediaWiki version to 1.19.20 ......................................................................
Update Wikia's MediaWiki version to 1.19.20
Change-Id: Id41cef85510633833f7a851e5e88a355171c02b8 --- M families/lyricwiki_family.py M families/wikia_family.py M families/wowwiki_family.py 3 files changed, 3 insertions(+), 3 deletions(-)
Approvals: Ladsgroup: Looks good to me, approved jenkins-bot: Verified
diff --git a/families/lyricwiki_family.py b/families/lyricwiki_family.py index 05ce4b7..a6ad39c 100644 --- a/families/lyricwiki_family.py +++ b/families/lyricwiki_family.py @@ -41,7 +41,7 @@
def version(self, code): """Return the version for this family.""" - return '1.19.18' + return '1.19.20'
def scriptpath(self, code): """Return the script path for this family.""" diff --git a/families/wikia_family.py b/families/wikia_family.py index 7b4c992..2c52e4e 100644 --- a/families/wikia_family.py +++ b/families/wikia_family.py @@ -46,7 +46,7 @@
def version(self, code): """Return the version for this family.""" - return "1.19.18" + return "1.19.20"
def scriptpath(self, code): """Return the script path for this family.""" diff --git a/families/wowwiki_family.py b/families/wowwiki_family.py index 8e2c8c6..3c4665d 100644 --- a/families/wowwiki_family.py +++ b/families/wowwiki_family.py @@ -359,4 +359,4 @@
def version(self, code): """Return the version for this family.""" - return '1.19.18' + return '1.19.20'
pywikibot-commits@lists.wikimedia.org