jenkins-bot has submitted this change. ( https://gerrit.wikimedia.org/r/c/pywikibot/core/+/622990 )
Change subject: [4.2.1] Prepare next release ......................................................................
[4.2.1] Prepare next release
Change-Id: I2f2cf6685f3c930dd7baa25d83a0ee4dfa558f73 --- M HISTORY.rst M ROADMAP.rst M pywikibot/__metadata__.py 3 files changed, 17 insertions(+), 9 deletions(-)
Approvals: Xqt: Looks good to me, approved jenkins-bot: Verified
diff --git a/HISTORY.rst b/HISTORY.rst index 6808467..fef1f28 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -1,6 +1,21 @@ Release history ===============
+4.2.0 +----- + +*28 August 2020* + +* 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) +* site/family methods code2encodings() and code2encoding() has been removed in favour of encoding()/endcodings() methods +* Site.getExpandedString() method was removed in favour of expand_text +* Site.Family() function was removed in favour of Family.load() method +* Add wikispore family (T260049) + + 4.1.1 -----
diff --git a/ROADMAP.rst b/ROADMAP.rst index 8663a2d..9561aaa 100644 --- a/ROADMAP.rst +++ b/ROADMAP.rst @@ -1,14 +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) -* site/family methods code2encodings() and code2encoding() has been removed in favour of encoding()/endcodings() methods -* Site.getExpandedString() method was removed in favour of expand_text -* Site.Family() function was removed in favour of Family.load() method -* Add wikispore family (T260049) +* (no changes yet)
Future release notes diff --git a/pywikibot/__metadata__.py b/pywikibot/__metadata__.py index e00441c..6eb790e 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' +__version__ = '4.2.1.dev0' __description__ = 'Python MediaWiki Bot Framework' __maintainer__ = 'The Pywikibot team' __maintainer_email__ = 'pywikibot@lists.wikimedia.org'
pywikibot-commits@lists.wikimedia.org