Xqt has submitted this change. ( https://gerrit.wikimedia.org/r/c/pywikibot/core/+/622987 )
Change subject: [4.2] Publish Pywikibot 4.2 ......................................................................
[4.2] Publish Pywikibot 4.2
Change-Id: Ie8a9809eae996c4c3f5e06468478215e20acbe7c --- M ROADMAP.rst M pywikibot/__metadata__.py 2 files changed, 2 insertions(+), 1 deletion(-)
Approvals: jenkins-bot: Verified Xqt: Looks good to me, approved
diff --git a/ROADMAP.rst b/ROADMAP.rst index f8f12f3..8663a2d 100644 --- a/ROADMAP.rst +++ b/ROADMAP.rst @@ -1,6 +1,7 @@ Current release changes ~~~~~~~~~~~~~~~~~~~~~~~
+* Add support for ja.wikivoyage (T261450) * Only run cosmetic changes on wikitext pages (T260489) * Leave a script gracefully for wrong -lang and -family option (T259756) * Change meaning of BasePage.text (T260472) diff --git a/pywikibot/__metadata__.py b/pywikibot/__metadata__.py index 1d9d3b0..e00441c 100644 --- a/pywikibot/__metadata__.py +++ b/pywikibot/__metadata__.py @@ -6,7 +6,7 @@ # Distributed under the terms of the MIT license. # __name__ = 'pywikibot' -__version__ = '4.2.0.dev0' +__version__ = '4.2.0' __description__ = 'Python MediaWiki Bot Framework' __maintainer__ = 'The Pywikibot team' __maintainer_email__ = 'pywikibot@lists.wikimedia.org'
pywikibot-commits@lists.wikimedia.org