jenkins-bot submitted this change.

View Change

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

Change-Id: I787dc85a4a599506710421a8de0b19dfc123a9b6
---
M .appveyor.yml
M HISTORY.rst
M ROADMAP.rst
M pywikibot/__metadata__.py
4 files changed, 28 insertions(+), 20 deletions(-)

diff --git a/.appveyor.yml b/.appveyor.yml
index 98eb712..e0d352f 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -1,7 +1,7 @@
image: Visual Studio 2019
clone_depth: 50
skip_tags: true
-version: 7.1.{build}
+version: 7.2.{build}
environment:

PYWIKIBOT_DIR: "%appdata%\\Pywikibot"
diff --git a/HISTORY.rst b/HISTORY.rst
index d578d5c..193a690 100644
--- a/HISTORY.rst
+++ b/HISTORY.rst
@@ -1,6 +1,30 @@
Release history
^^^^^^^^^^^^^^^

+7.1.0
+-----
+*26 March 2022*
+
+* Add FilePage.file_is_used property to determine whether a file is used on a site
+* Add support for guwwiki and shnwikivoyage (:phab:`T303762`, :phab:`T302799`)
+* TextExtracts support was aded (:phab:`T72682`)
+* Unused `get_redirect` parameter of Page.getOldVersion() has been dropped
+* Provide BasePage.get_parsed_page() a public method
+* Provide BuiltinNamespace.canonical_namespaces() with BuiltinNamespace IntEnum
+* BuiltinNamespace got a canonical() method
+* Enable nested templates with MultiTemplateMatchBuilder (:phab:`T110529`)
+* Introduce APISite.simple_request as a public method
+* Provide an Uploader class to upload files
+* Enable use of deletetalk parameter of the delete API
+* Fix contextlib redirection for terminal interfaces (:phab:`T283808`)
+* No longer use win32_unicode for Python 3.6+ (:phab:`T281042`, :phab:`T283808`, :phab:`T303373`)
+* L10N updates
+* -cosmetic_changes (-cc) option allows to assign the value directly instead of toggle it
+* distutils.util.strtobool() was implemented as tools.strtobool() due to :pep:`632`
+* The "in" operator always return whether the siteinfo contains the key even it is not cached (:phab:`T302859`)
+* Siteinfo.clear() and Siteinfo.is_cached() methods were added
+
+
7.0.0
-----
*26 February 2022*
diff --git a/ROADMAP.rst b/ROADMAP.rst
index c0dafb4..ca68e8c 100644
--- a/ROADMAP.rst
+++ b/ROADMAP.rst
@@ -1,24 +1,8 @@
Current release changes
^^^^^^^^^^^^^^^^^^^^^^^

-* Add FilePage.file_is_used property to determine whether a file is used on a site
-* Add support for guwwiki and shnwikivoyage (:phab:`T303762`, :phab:`T302799`)
-* TextExtracts support was aded (:phab:`T72682`)
-* Unused `get_redirect` parameter of Page.getOldVersion() has been dropped
-* Provide BasePage.get_parsed_page() a public method
-* Provide BuiltinNamespace.canonical_namespaces() with BuiltinNamespace IntEnum
-* BuiltinNamespace got a canonical() method
-* Enable nested templates with MultiTemplateMatchBuilder (:phab:`T110529`)
-* Introduce APISite.simple_request as a public method
-* Provide an Uploader class to upload files
-* Enable use of deletetalk parameter of the delete API
-* Fix contextlib redirection for terminal interfaces (:phab:`T283808`)
-* No longer use win32_unicode for Python 3.6+ (:phab:`T281042`, :phab:`T283808`, :phab:`T303373`)
-* L10N updates
-* -cosmetic_changes (-cc) option allows to assign the value directly instead of toggle it
-* distutils.util.strtobool() was implemented as tools.strtobool() due to :pep:`632`
-* The "in" operator always return whether the siteinfo contains the key even it is not cached (:phab:`T302859`)
-* Siteinfo.clear() and Siteinfo.is_cached() methods were added
+* (no change yet)
+

Deprecations
^^^^^^^^^^^^
diff --git a/pywikibot/__metadata__.py b/pywikibot/__metadata__.py
index a8e7954..88af118 100644
--- a/pywikibot/__metadata__.py
+++ b/pywikibot/__metadata__.py
@@ -11,7 +11,7 @@


__name__ = 'pywikibot'
-__version__ = '7.1.0'
+__version__ = '7.2.0.dev0'
__description__ = 'Python MediaWiki Bot Framework'
__maintainer__ = 'The Pywikibot team'
__maintainer_email__ = 'pywikibot@lists.wikimedia.org'

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

Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Change-Id: I787dc85a4a599506710421a8de0b19dfc123a9b6
Gerrit-Change-Number: 773909
Gerrit-PatchSet: 1
Gerrit-Owner: Xqt <info@gno.de>
Gerrit-Reviewer: Xqt <info@gno.de>
Gerrit-Reviewer: jenkins-bot
Gerrit-MessageType: merged