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

Change subject: [11.2] Prepare next release
......................................................................

[11.2] Prepare next release

Change-Id: I845c733f843ccddcf6fe4719ed26b219de3aa90e
---
M .pre-commit-config.yaml
M HISTORY.rst
M ROADMAP.rst
M pywikibot/__metadata__.py
M scripts/__init__.py
M scripts/pyproject.toml
6 files changed, 25 insertions(+), 19 deletions(-)

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




diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 144d80b..9b5ede1 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -63,7 +63,7 @@
         language: python
         require_serial: true
   - repo: https://github.com/astral-sh/ruff-pre-commit
-    rev: v0.15.5
+    rev: v0.15.6
     hooks:
       - id: ruff-check
         alias: ruff
diff --git a/HISTORY.rst b/HISTORY.rst
index ffa9cdf..2d5de48 100644
--- a/HISTORY.rst
+++ b/HISTORY.rst
@@ -1,6 +1,24 @@
 Release History
 ===============

+11.1.0
+------
+*15 March 2026*
+
+* Re-enable ``pwb`` site-package code entry point which was broken in 
Pywikibot 11 (:phab:`T420086`)
+* Add support for kaiwiki (:phab:`T414239`)
+* Add support for urwikisource (:phab:`T415976`)
+* Raise :exc:`NotImplementedError` instead of :exc:`AttributeError` if a
+  :class:`Site<pywikibot.site._basesite.BaseSite>` method cannot be delegated 
to the corresponding
+  :class:`Family<family.Family>` (:phab:`T417961`)
+* Use read throttle with :meth:`pywikibot.FilePage.download` per Wikitech 
robot policy for download (:phab:`T418672`)
+* Add *namespaces* parameter to 
:func:`pagegenerators.SubCategoriesPageGenerator` (:phab:`T417961`)
+* Fix nightly package version detection in :meth:`version.getversion_nightly`
+* Remove warning in :attr:`data.api.QueryGenerator.set_namespace` 
(:phab:`T196619`, :phab:`T198452`)
+* Prefer Pillow 12.1.1 or above due to security vulnerability (:phab:`T418046`)
+* Updated localization (L10N) files.
+
+
 11.0.0
 ------
 *09 February 2026*
diff --git a/ROADMAP.rst b/ROADMAP.rst
index cd3b54d..8d51543 100644
--- a/ROADMAP.rst
+++ b/ROADMAP.rst
@@ -1,19 +1,7 @@
-Release 11.1
+Release 11.2
 ============

-* Re-enable ``pwb`` site-package code entry point which was broken in 
Pywikibot 11 (:phab:`T420086`)
-* Add support for kaiwiki (:phab:`T414239`)
-* Add support for urwikisource (:phab:`T415976`)
-* Raise :exc:`NotImplementedError` instead of :exc:`AttributeError` if a
-  :class:`Site<pywikibot.site._basesite.BaseSite>` method cannot be delegated 
to the corresponding
-  :class:`Family<family.Family>` (:phab:`T417961`)
-* Use read throttle with :meth:`pywikibot.FilePage.download` per Wikitech 
robot policy for download (:phab:`T418672`)
-* Add *namespaces* parameter to 
:func:`pagegenerators.SubCategoriesPageGenerator` (:phab:`T417961`)
-* Fix nightly package version detection in :meth:`version.getversion_nightly`
-* Remove warning in :attr:`data.api.QueryGenerator.set_namespace` 
(:phab:`T196619`, :phab:`T198452`)
-* Prefer Pillow 12.1.1 or above due to security vulnerability (:phab:`T418046`)
-* Updated localization (L10N) files.
-
+* (no changes yet)
 
 Deprecations
 ============
diff --git a/pywikibot/__metadata__.py b/pywikibot/__metadata__.py
index bbefc44..c0d6888 100644
--- a/pywikibot/__metadata__.py
+++ b/pywikibot/__metadata__.py
@@ -12,6 +12,6 @@
 from time import strftime


-__version__ = '11.1.0'
+__version__ = '11.2.0.dev0'
 __url__ = 'https://www.mediawiki.org/wiki/Manual:Pywikibot'
 __copyright__ = f'2003-{strftime("%Y")}, Pywikibot team'
diff --git a/scripts/__init__.py b/scripts/__init__.py
index bbeaf1d..6c908ba 100644
--- a/scripts/__init__.py
+++ b/scripts/__init__.py
@@ -34,7 +34,7 @@
 from pathlib import Path


-__version__ = '11.1.0'
+__version__ = '11.2.0'

 #: defines the entry point for pywikibot-scripts package
 base_dir = Path(__file__).parent
diff --git a/scripts/pyproject.toml b/scripts/pyproject.toml
index 059756d..71ca016 100644
--- a/scripts/pyproject.toml
+++ b/scripts/pyproject.toml
@@ -7,7 +7,7 @@

 [project]
 name = "pywikibot-scripts"
-version = "11.0.0"
+version = "11.2.0"

 authors = [
     {name = "xqt", email = "[email protected]"},
@@ -19,7 +19,7 @@
 readme = "scripts/README.rst"
 requires-python = ">=3.9.0"
 dependencies = [
-    "pywikibot >= 11.1.0",
+    "pywikibot >= 11.2.0",
     "langdetect",
     "mwparserfromhell",
     "pydot",

--
To view, visit 
https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1252156?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: I845c733f843ccddcf6fe4719ed26b219de3aa90e
Gerrit-Change-Number: 1252156
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]

Reply via email to