jenkins-bot has submitted this change. ( https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1235550?usp=email )
Change subject: doc: update HISTORY.rst and ROADMAP.rst ...................................................................... doc: update HISTORY.rst and ROADMAP.rst Change-Id: Ie1528f81aefd4ce934e903a9cf71ea8c92cd12b9 --- M HISTORY.rst M ROADMAP.rst M pywikibot/__metadata__.py 3 files changed, 9 insertions(+), 1 deletion(-) Approvals: Xqt: Looks good to me, approved jenkins-bot: Verified diff --git a/HISTORY.rst b/HISTORY.rst index 744f991..8f32fe2 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -1,6 +1,13 @@ Release History =============== +10.7.6 +------ +*31 January 2026* + +* Add support for pplwiki. (:phab:`T415048`) + + 10.7.5 ------ *28 January 2026* diff --git a/ROADMAP.rst b/ROADMAP.rst index 86dd03e..fcb9cb1 100644 --- a/ROADMAP.rst +++ b/ROADMAP.rst @@ -3,6 +3,7 @@ **Improvements** +* Make :class:`textlib.TimeStripper` more resilient for itwiki. (:phab:`T415880`) * Add WikiWho API support. (:phab:`T414071`) * Never use None as key in WeakKeyDictionary within :class:`proofreadpage.TagAttrDesc`. Class-level access returns the descriptor itself. (:phab:`T413563`) diff --git a/pywikibot/__metadata__.py b/pywikibot/__metadata__.py index d5eb34d..6fb0f15 100644 --- a/pywikibot/__metadata__.py +++ b/pywikibot/__metadata__.py @@ -12,6 +12,6 @@ from time import strftime -__version__ = '11.0.0.dev11' +__version__ = '11.0.0.dev12' __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/+/1235550?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: Ie1528f81aefd4ce934e903a9cf71ea8c92cd12b9 Gerrit-Change-Number: 1235550 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]
