jenkins-bot has submitted this change. ( 
https://gerrit.wikimedia.org/r/c/pywikibot/core/+/618247 )

Change subject: Prepare next release
......................................................................

Prepare next release

Change-Id: I6e58121401a456a412a5dfcf605a78a31f9b701f
---
M HISTORY.rst
M ROADMAP.rst
M pywikibot/__metadata__.py
3 files changed, 29 insertions(+), 23 deletions(-)

Approvals:
  Xqt: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/HISTORY.rst b/HISTORY.rst
index 57bb03f..a45f674 100644
--- a/HISTORY.rst
+++ b/HISTORY.rst
@@ -1,6 +1,33 @@
 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 c788ddc..0c86197 100644
--- a/ROADMAP.rst
+++ b/ROADMAP.rst
@@ -1,28 +1,7 @@
 Current release
 ~~~~~~~~~~~~~~~

-* 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
+* (no changes yet)

 Future releases
 ~~~~~~~~~~~~~~~
diff --git a/pywikibot/__metadata__.py b/pywikibot/__metadata__.py
index 9af03d5..70bcaad 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.0'
+__version__ = '4.0.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/+/618247
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: I6e58121401a456a412a5dfcf605a78a31f9b701f
Gerrit-Change-Number: 618247
Gerrit-PatchSet: 1
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

Reply via email to