jenkins-bot has submitted this change. (
https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1305947?usp=email )
Change subject: release: Prepare next release
......................................................................
release: Prepare next release
Change-Id: I0915ad46ecf632424e9721c32be94fb73f452dbf
---
M .pre-commit-config.yaml
M HISTORY.rst
M ROADMAP.rst
M pywikibot/__metadata__.py
4 files changed, 13 insertions(+), 6 deletions(-)
Approvals:
Xqt: Looks good to me, approved
jenkins-bot: Verified
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 57f3739..7345ee8 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -64,7 +64,7 @@
hooks:
- id: yamlfix
- repo: https://github.com/astral-sh/ruff-pre-commit
- rev: v0.15.19
+ rev: v0.15.20
hooks:
- id: ruff-check
alias: ruff
diff --git a/HISTORY.rst b/HISTORY.rst
index 268253c..2977d6c 100644
--- a/HISTORY.rst
+++ b/HISTORY.rst
@@ -1,6 +1,14 @@
Release History
===============
+11.4.2
+------
+*26 June 2026*
+
+* Add support for isvwiki. (:phab:`T429937`)
+* Remove obsolete WMF_CACERT legacy check in :mod:`pywikibot.scripts.version`.
(:phab:`T430266`)
+
+
11.4.1
------
*25 June 2026*
diff --git a/ROADMAP.rst b/ROADMAP.rst
index c61fc1d..6674663 100644
--- a/ROADMAP.rst
+++ b/ROADMAP.rst
@@ -1,8 +1,7 @@
-Release 11.4.2
-==============
+Release 11.5
+============
-* Add support for isvwiki. (:phab:`T429937`)
-* Remove obsolete WMF_CACERT legacy check in :mod:`pywikibot.scripts.version`.
(:phab:`T430266`)
+* (no changes yet)
Deprecations
diff --git a/pywikibot/__metadata__.py b/pywikibot/__metadata__.py
index d291ea4..057882a 100644
--- a/pywikibot/__metadata__.py
+++ b/pywikibot/__metadata__.py
@@ -12,6 +12,6 @@
from time import strftime
-__version__ = '11.4.2'
+__version__ = '11.5.0.dev2'
__url__ = 'https://www.mediawiki.org/wiki/Manual:Pywikibot'
__copyright__ = f'2003-{strftime("%Y")}, Pywikibot team'
--
To view, visit
https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1305947?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.wikimedia.org/r/settings?usp=email
Gerrit-MessageType: merged
Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Change-Id: I0915ad46ecf632424e9721c32be94fb73f452dbf
Gerrit-Change-Number: 1305947
Gerrit-PatchSet: 1
Gerrit-Owner: Xqt <[email protected]>
Gerrit-Reviewer: Xqt <[email protected]>
Gerrit-Reviewer: jenkins-bot
_______________________________________________
Pywikibot-commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]