Xqt has submitted this change. ( 
https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1235475?usp=email )

Change subject: [10.7.6] Publish Pywikibot 10.7.6
......................................................................

[10.7.6] Publish Pywikibot 10.7.6

Also add support for pplwiki

Change-Id: I8079899879c1188f7e648b07f3b2fb774192a048
---
M HISTORY.rst
M ROADMAP.rst
M pywikibot/__metadata__.py
M pywikibot/families/wikipedia_family.py
4 files changed, 20 insertions(+), 13 deletions(-)

Approvals:
  Xqt: Verified; Looks good to me, approved




diff --git a/HISTORY.rst b/HISTORY.rst
index 6eaf0a4..df6c016 100644
--- a/HISTORY.rst
+++ b/HISTORY.rst
@@ -1,6 +1,13 @@
 Release History
 ===============

+10.7.5
+------
+*28 January 2026*
+
+* Add support for kajwiki. (:phab:`T415040`)
+
+
 10.7.4
 ------
 *13 December 2025*
diff --git a/ROADMAP.rst b/ROADMAP.rst
index bf8a9ef..60a7e59 100644
--- a/ROADMAP.rst
+++ b/ROADMAP.rst
@@ -1,7 +1,7 @@
 Current Release Changes
 =======================

-* Add support for kajwiki. (:phab:`T415040`)
+* Add support for pplwiki. (:phab:`T415048`)


 Deprecations
diff --git a/pywikibot/__metadata__.py b/pywikibot/__metadata__.py
index d1e2af6..1dba827 100644
--- a/pywikibot/__metadata__.py
+++ b/pywikibot/__metadata__.py
@@ -12,6 +12,6 @@
 from time import strftime


-__version__ = '10.7.5'
+__version__ = '10.7.6'
 __url__ = 'https://www.mediawiki.org/wiki/Manual:Pywikibot'
 __copyright__ = f'2003-{strftime("%Y")}, Pywikibot team'
diff --git a/pywikibot/families/wikipedia_family.py 
b/pywikibot/families/wikipedia_family.py
index b34b8e8..9d527d8 100644
--- a/pywikibot/families/wikipedia_family.py
+++ b/pywikibot/families/wikipedia_family.py
@@ -51,17 +51,17 @@
         'nah', 'nap', 'nds', 'nds-nl', 'ne', 'new', 'nia', 'nl', 'nn', 'no',
         'nov', 'nqo', 'nr', 'nrm', 'nso', 'nup', 'nv', 'ny', 'oc', 'olo', 'om',
         'or', 'os', 'pa', 'pag', 'pam', 'pap', 'pcd', 'pcm', 'pdc', 'pfl',
-        'pi', 'pl', 'pms', 'pnb', 'pnt', 'ps', 'pt', 'pwn', 'qu', 'rki', 'rm',
-        'rmy', 'rn', 'ro', 'roa-rup', 'roa-tara', 'rsk', 'ru', 'rue', 'rw',
-        'sa', 'sah', 'sat', 'sc', 'scn', 'sco', 'sd', 'se', 'sg', 'sh', 'shi',
-        'shn', 'si', 'simple', 'sk', 'skr', 'sl', 'sm', 'smn', 'sn', 'so',
-        'sq', 'sr', 'srn', 'ss', 'st', 'stq', 'su', 'sv', 'sw', 'syl', 'szl',
-        'szy', 'ta', 'tay', 'tcy', 'tdd', 'te', 'tet', 'tg', 'th', 'ti', 'tig',
-        'tk', 'tl', 'tly', 'tn', 'to', 'tok', 'tpi', 'tr', 'trv', 'ts', 'tt',
-        'tum', 'tw', 'ty', 'tyv', 'udm', 'ug', 'uk', 'ur', 'uz', 've', 'vec',
-        'vep', 'vi', 'vls', 'vo', 'wa', 'war', 'wo', 'wuu', 'xal', 'xh', 'xmf',
-        'yi', 'yo', 'za', 'zea', 'zgh', 'zh', 'zh-classical', 'zh-min-nan',
-        'zh-yue', 'zu',
+        'pi', 'pl', 'pms', 'pnb', 'pnt', 'ppl', 'ps', 'pt', 'pwn', 'qu', 'rki',
+        'rm', 'rmy', 'rn', 'ro', 'roa-rup', 'roa-tara', 'rsk', 'ru', 'rue',
+        'rw', 'sa', 'sah', 'sat', 'sc', 'scn', 'sco', 'sd', 'se', 'sg', 'sh',
+        'shi', 'shn', 'si', 'simple', 'sk', 'skr', 'sl', 'sm', 'smn', 'sn',
+        'so', 'sq', 'sr', 'srn', 'ss', 'st', 'stq', 'su', 'sv', 'sw', 'syl',
+        'szl', 'szy', 'ta', 'tay', 'tcy', 'tdd', 'te', 'tet', 'tg', 'th', 'ti',
+        'tig', 'tk', 'tl', 'tly', 'tn', 'to', 'tok', 'tpi', 'tr', 'trv', 'ts',
+        'tt', 'tum', 'tw', 'ty', 'tyv', 'udm', 'ug', 'uk', 'ur', 'uz', 've',
+        'vec', 'vep', 'vi', 'vls', 'vo', 'wa', 'war', 'wo', 'wuu', 'xal', 'xh',
+        'xmf', 'yi', 'yo', 'za', 'zea', 'zgh', 'zh', 'zh-classical',
+        'zh-min-nan', 'zh-yue', 'zu',
     }

     # Sites we want to edit but not count as real languages

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