jenkins-bot has submitted this change and it was merged.
Change subject: [sync] Synchronize version with compat using "'" instead of '"' ......................................................................
[sync] Synchronize version with compat using "'" instead of '"'
Change-Id: Ie0be0baa5eea030449b5c16d30a68ff3865aa3cf --- M pywikibot/families/lyricwiki_family.py 1 file changed, 1 insertion(+), 1 deletion(-)
Approvals: XZise: Looks good to me, approved jenkins-bot: Verified
diff --git a/pywikibot/families/lyricwiki_family.py b/pywikibot/families/lyricwiki_family.py index dc84ff4..799bb85 100644 --- a/pywikibot/families/lyricwiki_family.py +++ b/pywikibot/families/lyricwiki_family.py @@ -24,7 +24,7 @@
def version(self, code): """Return the version for this family.""" - return "1.19.18" + return '1.19.18'
def scriptpath(self, code): """Return the script path for this family."""
pywikibot-commits@lists.wikimedia.org