jenkins-bot submitted this change.

View Change

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

Bug: T308902
Change-Id: Idfb6eb69c321d9d95ef3c6647d8c9c98419b3223
---
M .appveyor.yml
M HISTORY.rst
M ROADMAP.rst
M pywikibot/__metadata__.py
M scripts/CHANGELOG.md
M scripts/__init__.py
6 files changed, 33 insertions(+), 27 deletions(-)

diff --git a/.appveyor.yml b/.appveyor.yml
index 13593b4..0498d73 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -1,7 +1,7 @@
image: Visual Studio 2019
clone_depth: 50
skip_tags: true
-version: 7.3.{build}
+version: 7.4.{build}
environment:

PYWIKIBOT_DIR: "%appdata%\\Pywikibot"
diff --git a/HISTORY.rst b/HISTORY.rst
index b66d94e..2b27147 100644
--- a/HISTORY.rst
+++ b/HISTORY.rst
@@ -1,6 +1,33 @@
Release history
^^^^^^^^^^^^^^^

+7.3.0
+-----
+*21 May 2022*
+
+* Add support for kcgwiki (:phab:`T305282`)
+* Raise InvalidTitleError instead of unspecific ValueError in ProofreadPage (:phab:`T308016`)
+* Preload pages if GeneratorFactory.articlenotfilter_list is not empty; also set attribute ``is_preloading``.
+* ClaimCollection.toJSON() should not ignore new claim (:phab:`T308245`)
+* use linktrail via siteinfo and remove `update_linkrtrails` maintenance script
+* Print counter statistic for all counters (:phab:`T307834`)
+* Use proofreadpagesinindex query module
+* Prioritize -namespaces options in `pagegenerators.handle_args` (:phab:`T222519`)
+* Remove `ThreadList.stop_all()` method (:phab:`T307830`)
+* L10N updates
+* Improve get_charset_from_content_type function (:phab:`T307760`)
+* A tiny cache wrapper was added to hold results of parameterless methods and properties
+* Increase workers in preload_sites.py
+* Close logging handlers before deleting them (:phab:`T91375`, :phab:`T286127`)
+* Clear _sites cache if called with pwb wrapper (:phab:`T225594`)
+* Enable short creation of a site if family name is equal to site code
+* Use `exc_info=True` with pywikibot.exception() by default (:phab:`T306762`)
+* Make IndexPage more robust when getting links in Page ns (:phab:`T307280`)
+* Do not print log header twice in log files (:phab:`T264235`)
+* Do not delegate logging output to the root logger (:phab:`T281643`)
+* Add `get_charset_from_content_type` to extract the charset from the content-type response header
+
+
7.2.0
-----
*26 April 2022*
diff --git a/ROADMAP.rst b/ROADMAP.rst
index 2a48fdf..db50131 100644
--- a/ROADMAP.rst
+++ b/ROADMAP.rst
@@ -1,28 +1,7 @@
-Current release 7.3.0
+Current release 7.4.0
^^^^^^^^^^^^^^^^^^^^^

-* Add support for kcgwiki (:phab:`T305282`)
-* Raise InvalidTitleError instead of unspecific ValueError in ProofreadPage (:phab:`T308016`)
-* Preload pages if GeneratorFactory.articlenotfilter_list is not empty; also set attribute ``is_preloading``.
-* ClaimCollection.toJSON() should not ignore new claim (:phab:`T308245`)
-* use linktrail via siteinfo and remove `update_linkrtrails` maintenance script
-* Print counter statistic for all counters (:phab:`T307834`)
-* Use proofreadpagesinindex query module
-* Prioritize -namespaces options in `pagegenerators.handle_args` (:phab:`T222519`)
-* Remove `ThreadList.stop_all()` method (:phab:`T307830`)
-* L10N updates
-* Improve get_charset_from_content_type function (:phab:`T307760`)
-* A tiny cache wrapper was added to hold results of parameterless methods and properties
-* Increase workers in preload_sites.py
-* Close logging handlers before deleting them (:phab:`T91375`, :phab:`T286127`)
-* Clear _sites cache if called with pwb wrapper (:phab:`T225594`)
-* Enable short creation of a site if family name is equal to site code
-* Use `exc_info=True` with pywikibot.exception() by default (:phab:`T306762`)
-* Make IndexPage more robust when getting links in Page ns (:phab:`T307280`)
-* Do not print log header twice in log files (:phab:`T264235`)
-* Do not delegate logging output to the root logger (:phab:`T281643`)
-* Add `get_charset_from_content_type` to extract the charset from the content-type response header
-
+* *(no changes yet)*

Deprecations
^^^^^^^^^^^^
diff --git a/pywikibot/__metadata__.py b/pywikibot/__metadata__.py
index b1a3ca3..91545c8 100644
--- a/pywikibot/__metadata__.py
+++ b/pywikibot/__metadata__.py
@@ -11,7 +11,7 @@


__name__ = 'pywikibot'
-__version__ = '7.3.0'
+__version__ = '7.4.0.dev0'
__description__ = 'Python MediaWiki Bot Framework'
__maintainer__ = 'The Pywikibot team'
__maintainer_email__ = 'pywikibot@lists.wikimedia.org'
diff --git a/scripts/CHANGELOG.md b/scripts/CHANGELOG.md
index d7a3571..783d5e5 100644
--- a/scripts/CHANGELOG.md
+++ b/scripts/CHANGELOG.md
@@ -1,7 +1,7 @@
# Scripts Changelog

## 7.3.0
-*20 May 2022*
+*21 May 2022*

### general
* Call ExistingPageBot.skip_page() first (:phab:`T86491`)
diff --git a/scripts/__init__.py b/scripts/__init__.py
index 41f6eb7..4385672 100644
--- a/scripts/__init__.py
+++ b/scripts/__init__.py
@@ -29,4 +29,4 @@
#
# Distributed under the terms of the MIT license.
#
-__version__ = '7.3.0'
+__version__ = '7.4.0'

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

Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Change-Id: Idfb6eb69c321d9d95ef3c6647d8c9c98419b3223
Gerrit-Change-Number: 794382
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