jenkins-bot has submitted this change and it was merged. Change subject: Minimum version is MW API Version 1.14 ......................................................................
Minimum version is MW API Version 1.14 Document that MW API version 1.14 is the lowest viable API known to pass most tests. Change-Id: I8242dff60d704a7b53057df857e374aba4b27ef7 --- M README.rst 1 file changed, 5 insertions(+), 3 deletions(-) Approvals: John Vandenberg: Looks good to me, but someone else must approve Xqt: Looks good to me, approved jenkins-bot: Verified diff --git a/README.rst b/README.rst index 131da86..d529a53 100644 --- a/README.rst +++ b/README.rst @@ -2,9 +2,11 @@ =================== The Pywikibot framework is a Python library that interfaces with the -`MediaWiki API <https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page>`_. Also included are -various general function scripts that can be adapted for different -tasks. +`MediaWiki API <https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page>`_ +version 1.14 or higher. + +Also included are various general function scripts that can be adapted for +different tasks. Quick start ----------- -- To view, visit https://gerrit.wikimedia.org/r/170510 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I8242dff60d704a7b53057df857e374aba4b27ef7 Gerrit-PatchSet: 1 Gerrit-Project: pywikibot/core Gerrit-Branch: master Gerrit-Owner: John Vandenberg <[email protected]> Gerrit-Reviewer: John Vandenberg <[email protected]> Gerrit-Reviewer: Ladsgroup <[email protected]> Gerrit-Reviewer: Merlijn van Deen <[email protected]> Gerrit-Reviewer: Xqt <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ Pywikibot-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/pywikibot-commits
