jenkins-bot has submitted this change. ( https://gerrit.wikimedia.org/r/c/pywikibot/core/+/625165 )
Change subject: [doc] Update ROADMAP.rst ...................................................................... [doc] Update ROADMAP.rst Also increase version number Change-Id: Ib1c5c40c97100d50f8c0f21458c6f87efcf24703 --- M ROADMAP.rst M pywikibot/__metadata__.py 2 files changed, 4 insertions(+), 3 deletions(-) Approvals: Matěj Suchánek: Looks good to me, approved jenkins-bot: Verified diff --git a/ROADMAP.rst b/ROADMAP.rst index 9561aaa..898d948 100644 --- a/ROADMAP.rst +++ b/ROADMAP.rst @@ -1,17 +1,18 @@ Current release changes ~~~~~~~~~~~~~~~~~~~~~~~ -* (no changes yet) +* Allow multiple types of contributors parameter given for Page.revision_count() +* Deprecated tools.UnicodeMixin and tools.IteratorNextMixin has been removed Future release notes ~~~~~~~~~~~~~~~~~~~~ +* 4.3.0: Deprecated Page.contributingUsers() will be removed * 4.2.0: tools.StringTypes will be removed * 4.1.0: Deprecated editor.command will be removed * 4.1.0: tools.open_compressed, tools.UnicodeType and tools.signature will be removed * 4.1.0: comms.PywikibotCookieJar and comms.mode_check_decorator will be removed -* 4.0.0: Deprecated tools.UnicodeMixin and tools.IteratorNextMixin will be removed * 4.0.0: Unused parameters of page methods like forceReload, insite, throttle, step will be removed * 4.0.0: Methods deprecated for 6 years or longer will be removed * 3.0.20200508: Page.getVersionHistory and Page.fullVersionHistory() methods will be removed (T136513, T151110) diff --git a/pywikibot/__metadata__.py b/pywikibot/__metadata__.py index c87a503..aae903c 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.3.1.dev0' +__version__ = '4.4.0.dev0' __description__ = 'Python MediaWiki Bot Framework' __maintainer__ = 'The Pywikibot team' __maintainer_email__ = '[email protected]' -- To view, visit https://gerrit.wikimedia.org/r/c/pywikibot/core/+/625165 To unsubscribe, or for help writing mail filters, visit https://gerrit.wikimedia.org/r/settings Gerrit-Project: pywikibot/core Gerrit-Branch: master Gerrit-Change-Id: Ib1c5c40c97100d50f8c0f21458c6f87efcf24703 Gerrit-Change-Number: 625165 Gerrit-PatchSet: 1 Gerrit-Owner: Xqt <[email protected]> Gerrit-Reviewer: Matěj Suchánek <[email protected]> Gerrit-Reviewer: jenkins-bot Gerrit-MessageType: merged
_______________________________________________ Pywikibot-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/pywikibot-commits
