jenkins-bot submitted this change.

View Change

Approvals: Xqt: Looks good to me, approved jenkins-bot: Verified
[6.4.1] Prepare next release

Change-Id: Ifde27921dd3ec9261ad03c7ab14c7903d19ad0b8
---
M HISTORY.rst
M ROADMAP.rst
M pywikibot/__metadata__.py
M scripts/__init__.py
4 files changed, 32 insertions(+), 24 deletions(-)

diff --git a/HISTORY.rst b/HISTORY.rst
index 57701d9..3cb2e16 100644
--- a/HISTORY.rst
+++ b/HISTORY.rst
@@ -1,6 +1,34 @@
Release history
^^^^^^^^^^^^^^^

+6.4.0
+-----
+*01 July 2021*
+
+* Add support for dagwiki, shiwiki and banwikisource
+* Fix and clean up DataSite.get_property_by_name
+* Update handling of abusefilter-{disallow,warning} codes (T285317)
+* Fix terminal_interface_base.input_list_choice (T285597)
+* Fix ItemPage.fromPage call
+* Use \*iterables instead of genlist in intersect_generators
+* Use a sentinel variable to determine the end of an iterable in roundrobin_generators
+* Require setuptools 20.8.1 (T284297)
+* Add setter and deleter for summary_parameters of AutomaticTWSummaryBot
+* L10N updates
+* Add update_options attribute to BaseBot class to update available_options
+* Clear put_queue when canceling page save (T284396)
+* Add -url option to pagegenerators (T239436)
+* Add add_text function to textlib (T284388)
+* Require setuptools >= 49.4.0 (T284297)
+* Require wikitextparser>=0.47.5
+* Allow images to upload locally even they exist in the shared repository (T267535)
+* Show a warning if pywikibot.__version__ is behind scripts.__version__ (T282766)
+* Handle <ce>/<chem> tags as <math> aliases within textlib.replaceExcept() (T283990)
+* Expand simulate query response for wikibase support (T76694)
+* Double the wait time if ratelimit exceeded (T270912)
+* Deprecated extract_templates_and_params_mwpfh and extract_templates_and_params_regex functions were removed
+
+
6.3.0
-----
*31 May 2021*
diff --git a/ROADMAP.rst b/ROADMAP.rst
index 29ff4a1..9e8f4dd 100644
--- a/ROADMAP.rst
+++ b/ROADMAP.rst
@@ -1,28 +1,8 @@
Current release changes
^^^^^^^^^^^^^^^^^^^^^^^

-* Add support for dagwiki, shiwiki and banwikisource
-* Fix and clean up DataSite.get_property_by_name
-* Update handling of abusefilter-{disallow,warning} codes (T285317)
-* Fix terminal_interface_base.input_list_choice (T285597)
-* Fix ItemPage.fromPage call
-* Use \*iterables instead of genlist in intersect_generators
-* Use a sentinel variable to determine the end of an iterable in roundrobin_generators
-* Require setuptools 20.8.1 (T284297)
-* Add setter and deleter for summary_parameters of AutomaticTWSummaryBot
-* L10N updates
-* Add update_options attribute to BaseBot class to update available_options
-* Clear put_queue when canceling page save (T284396)
-* Add -url option to pagegenerators (T239436)
-* Add add_text function to textlib (T284388)
-* Require setuptools >= 49.4.0 (T284297)
-* Require wikitextparser>=0.47.5
-* Allow images to upload locally even they exist in the shared repository (T267535)
-* Show a warning if pywikibot.__version__ is behind scripts.__version__ (T282766)
-* Handle <ce>/<chem> tags as <math> aliases within textlib.replaceExcept() (T283990)
-* Expand simulate query response for wikibase support (T76694)
-* Double the wait time if ratelimit exceeded (T270912)
-* Deprecated extract_templates_and_params_mwpfh and extract_templates_and_params_regex functions were removed
+* (no changes yet)
+

Deprecations
^^^^^^^^^^^^
diff --git a/pywikibot/__metadata__.py b/pywikibot/__metadata__.py
index 6c341a3..b185abe 100644
--- a/pywikibot/__metadata__.py
+++ b/pywikibot/__metadata__.py
@@ -11,7 +11,7 @@


__name__ = 'pywikibot'
-__version__ = '6.4.0'
+__version__ = '6.4.1.dev0'
__description__ = 'Python MediaWiki Bot Framework'
__maintainer__ = 'The Pywikibot team'
__maintainer_email__ = 'pywikibot@lists.wikimedia.org'
diff --git a/scripts/__init__.py b/scripts/__init__.py
index 3a81dd0..bfb8e18 100644
--- a/scripts/__init__.py
+++ b/scripts/__init__.py
@@ -29,4 +29,4 @@
#
# Distributed under the terms of the MIT license.
#
-__version__ = '6.4.0'
+__version__ = '6.4.1'

To view, visit change 702690. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Change-Id: Ifde27921dd3ec9261ad03c7ab14c7903d19ad0b8
Gerrit-Change-Number: 702690
Gerrit-PatchSet: 1
Gerrit-Owner: Xqt <info@gno.de>
Gerrit-Reviewer: D3r1ck01 <xsavitar.wiki@aol.com>
Gerrit-Reviewer: Xqt <info@gno.de>
Gerrit-Reviewer: jenkins-bot
Gerrit-MessageType: merged