jenkins-bot has submitted this change. ( 
https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1305710?usp=email )

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

release: Prepare next release

Change-Id: I90529f775be5f2335f922e34d4a694377492f63c
---
M .pre-commit-config.yaml
M HISTORY.rst
M ROADMAP.rst
M pywikibot/__metadata__.py
4 files changed, 15 insertions(+), 8 deletions(-)

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




diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 382d35e..57f3739 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.18
+    rev: v0.15.19
     hooks:
       - id: ruff-check
         alias: ruff
diff --git a/HISTORY.rst b/HISTORY.rst
index 267bf44..268253c 100644
--- a/HISTORY.rst
+++ b/HISTORY.rst
@@ -1,6 +1,16 @@
 Release History
 ===============

+11.4.1
+------
+*25 June 2026*
+
+* Ensure :attr:`pagegenerators.GeneratorFactory.gens` is not empty if a 
generator is specified with
+  :ref:`Generator Options`. (:phab:`T430093`)
+* Remove special namespaces -1 and -2 if ``not:`` directive is used with 
``-namespaces``
+  :ref:`Generator Options`. (:phab:`T429803`)
+
+
 11.4.0
 ------
 *23 June 2026*
diff --git a/ROADMAP.rst b/ROADMAP.rst
index ed6aac9..6674663 100644
--- a/ROADMAP.rst
+++ b/ROADMAP.rst
@@ -1,10 +1,7 @@
-Release 11.4.1
-==============
+Release 11.5
+============

-* Ensure :attr:`pagegenerators.GeneratorFactory.gens` is not empty if a 
generator is specified with
-  :ref:`Generator Options`. (:phab:`T430093`)
-* Remove special namespaces -1 and -2 if ``not:`` directive is used with 
``-namespaces``
-  :ref:`Generator Options`. (:phab:`T429803`)
+* (no changes yet)


 Deprecations
diff --git a/pywikibot/__metadata__.py b/pywikibot/__metadata__.py
index 1876d43..088364e 100644
--- a/pywikibot/__metadata__.py
+++ b/pywikibot/__metadata__.py
@@ -12,6 +12,6 @@
 from time import strftime


-__version__ = '11.4.1'
+__version__ = '11.5.0.dev1'
 __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/+/1305710?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: I90529f775be5f2335f922e34d4a694377492f63c
Gerrit-Change-Number: 1305710
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]
  • [Pywikibot-commits] [Gerri... jenkins-bot (Code Review) via Pywikibot-commits

Reply via email to