jenkins-bot has submitted this change. ( https://gerrit.wikimedia.org/r/c/pywikibot/core/+/618324 )
Change subject: [Fix] Fix stable version to 4.0.0 tag ......................................................................
[Fix] Fix stable version to 4.0.0 tag
Change-Id: I441cccef90675670f24c7ca7d8fd4211f1683a41 --- M HISTORY.rst M ROADMAP.rst M pywikibot/__metadata__.py 3 files changed, 23 insertions(+), 29 deletions(-)
Approvals: Xqt: Verified; Looks good to me, approved jenkins-bot: Verified
diff --git a/HISTORY.rst b/HISTORY.rst index a45f674..57bb03f 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -1,33 +1,6 @@ Release history ===============
-4.0.0 ------ - -* Read correct object in SiteLinkCollection.normalizeData (T259426) -* tools.count and tools classes Counter, OrderedDict and ContextManagerWrapper were removed -* Deprecate UnicodeMixin and IteratorNextMixin -* Restrict site module interface -* EventStreams "since" parameter settings has been fixed -* Unsupported debug and uploadByUrl parameters of UploadRobot were removed -* Unported compat decode parameter of Page.title() has been removed -* Wikihow family file was added (T249814) -* Improve performance of CosmeticChangesToolkit.translateMagicWords -* Prohibit positional arguments with Page.title() -* Functions dealing with stars list were removed -* Some pagegenerators functions were deprecated which should be replaced by site generators -* LogEntry became a UserDict; all content can be accessed by its key -* URLs for new toolforge.org domain were updated -* pywikibot.__release__ was deprecated -* Use one central point for framework version (T106121, T171886, T197936, T253719) -* rvtoken parameter of Site.loadrevisions() and Page.revisions() has been dropped (T74763) -* getFilesFromAnHash and getImagesFromAnHash Site methods have been removed -* Site and Page methods deprecated for 10 years or longer have been removed -* Support for Python 2 and 3.4 has been dropped (T213287, T239542) -* Bugfixes and improvements -* Localisation updates - - 3.0.20200703 ------------
diff --git a/ROADMAP.rst b/ROADMAP.rst index 0c86197..c788ddc 100644 --- a/ROADMAP.rst +++ b/ROADMAP.rst @@ -1,7 +1,28 @@ Current release ~~~~~~~~~~~~~~~
-* (no changes yet) +* Read correct object in SiteLinkCollection.normalizeData (T259426) +* tools.count and tools classes Counter, OrderedDict and ContextManagerWrapper were removed +* Deprecate UnicodeMixin and IteratorNextMixin +* Restrict site module interface +* EventStreams "since" parameter settings has been fixed +* Unsupported debug and uploadByUrl parameters of UploadRobot were removed +* Unported compat decode parameter of Page.title() has been removed +* Wikihow family file was added (T249814) +* Improve performance of CosmeticChangesToolkit.translateMagicWords +* Prohibit positional arguments with Page.title() +* Functions dealing with stars list were removed +* Some pagegenerators functions were deprecated which should be replaced by site generators +* LogEntry became a UserDict; all content can be accessed by its key +* URLs for new toolforge.org domain were updated +* pywikibot.__release__ was deprecated +* Use one central point for framework version (T106121, T171886, T197936, T253719) +* rvtoken parameter of Site.loadrevisions() and Page.revisions() has been dropped (T74763) +* getFilesFromAnHash and getImagesFromAnHash Site methods have been removed +* Site and Page methods deprecated for 10 years or longer have been removed +* Support for Python 2 and 3.4 has been dropped (T213287, T239542) +* Bugfixes and improvements +* Localisation updates
Future releases ~~~~~~~~~~~~~~~ diff --git a/pywikibot/__metadata__.py b/pywikibot/__metadata__.py index 70bcaad..9af03d5 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.0.1.dev0' +__version__ = '4.0.0' __description__ = 'Python MediaWiki Bot Framework' __maintainer__ = 'The Pywikibot team' __maintainer_email__ = 'pywikibot@lists.wikimedia.org'
pywikibot-commits@lists.wikimedia.org