jenkins-bot has submitted this change. ( https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1212587?usp=email )
Change subject: doc: Update documentation after stable 10.7.2 release ...................................................................... doc: Update documentation after stable 10.7.2 release Change-Id: Idc3c203392ffa1c40d156e3818676b1af61f91b7 --- M HISTORY.rst M pywikibot/__metadata__.py 2 files changed, 8 insertions(+), 1 deletion(-) Approvals: jenkins-bot: Verified Xqt: Looks good to me, approved diff --git a/HISTORY.rst b/HISTORY.rst index ed8b11c..8a2bfb5 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -1,6 +1,13 @@ Release History =============== +10.7.2 +------ +*28 November 2025* + +* Add support for tokwiki (:phab:`T404569`) + + 10.7.1 ------ *24 November 2025* diff --git a/pywikibot/__metadata__.py b/pywikibot/__metadata__.py index dba6d57..7338b62 100644 --- a/pywikibot/__metadata__.py +++ b/pywikibot/__metadata__.py @@ -12,6 +12,6 @@ from time import strftime -__version__ = '11.0.0.dev1' +__version__ = '11.0.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/+/1212587?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: Idc3c203392ffa1c40d156e3818676b1af61f91b7 Gerrit-Change-Number: 1212587 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]
