Xqt has submitted this change. ( https://gerrit.wikimedia.org/r/c/pywikibot/core/+/620497 )
Change subject: prepare next release ...................................................................... prepare next release Change-Id: Id9554d671e3ddeecdcaab475ad4cd7b31fcc976c --- M HISTORY.rst M ROADMAP.rst M pywikibot/__metadata__.py 3 files changed, 13 insertions(+), 7 deletions(-) Approvals: Xqt: Verified; Looks good to me, approved diff --git a/HISTORY.rst b/HISTORY.rst index a45f674..80cd9b0 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -1,6 +1,17 @@ Release history =============== +4.1.0 +----- + +* APISite.loadpageinfo does not discard changes to page content when information was not loaded (T260472) +* tools.UnicodeType and tools.signature are deprecated +* BaseBot.stop() method is deprecated in favour of BaseBot.generator.close() +* Escape bot password correctly (T259488) +* Bugfixes and improvements +* Localisation updates + + 4.0.0 ----- diff --git a/ROADMAP.rst b/ROADMAP.rst index 70acf3c..3c62305 100644 --- a/ROADMAP.rst +++ b/ROADMAP.rst @@ -1,12 +1,7 @@ Current release changes ~~~~~~~~~~~~~~~~~~~~~~~ -* APISite.loadpageinfo does not discard changes to page content when information was not loaded (T260472) -* tools.UnicodeType and tools.signature are deprecated -* BaseBot.stop() method is deprecated in favour of BaseBot.generator.close() -* Escape bot password correctly (T259488) -* Bugfixes and improvements -* Localisation updates +* (no changes yet) Future release notes diff --git a/pywikibot/__metadata__.py b/pywikibot/__metadata__.py index aac3d66..60acacf 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.1.0' +__version__ = '4.1.1.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/+/620497 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: Id9554d671e3ddeecdcaab475ad4cd7b31fcc976c Gerrit-Change-Number: 620497 Gerrit-PatchSet: 2 Gerrit-Owner: Xqt <[email protected]> Gerrit-Reviewer: Xqt <[email protected]> Gerrit-Reviewer: jenkins-bot Gerrit-MessageType: merged
_______________________________________________ Pywikibot-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/pywikibot-commits
