jenkins-bot has submitted this change. ( https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1210644?usp=email )
Change subject: doc: Update documentation after stable 10.7.1 release ...................................................................... doc: Update documentation after stable 10.7.1 release Change-Id: Iffbb8a771b097372dbb360a63f2c74abbc44d747 --- M HISTORY.rst M ROADMAP.rst M pywikibot/__metadata__.py 3 files changed, 11 insertions(+), 3 deletions(-) Approvals: jenkins-bot: Verified Xqt: Looks good to me, approved diff --git a/HISTORY.rst b/HISTORY.rst index fcea1de..ed8b11c 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -1,6 +1,16 @@ Release History =============== +10.7.1 +------ +*24 November 2025* + +* Fix vulnerability in password parsing (:phab:`T410753`) +* Import ``typing.cast`` in :mod:`_wbtypes` module to prevent ``NameError`` in + :class:`pywikibot.WbTime` +* i18n updates + + 10.7.0 ------ *31 October 2025* diff --git a/ROADMAP.rst b/ROADMAP.rst index 9ca620a..b247c7d 100644 --- a/ROADMAP.rst +++ b/ROADMAP.rst @@ -14,8 +14,6 @@ * Handle `lockmanager-fail-conflict` API error in :meth:`data.api.Request.submit` as retryable (:phab:`T396984`) * Prevent login loop in :mod:`data.superset` with unsupported auth methods (:phab:`T408287`) -* Import ``typing.cast`` in :mod:`_wbtypes` module to prevent ``NameError`` in - :class:`pywikibot.WbTime` **Code cleanups** diff --git a/pywikibot/__metadata__.py b/pywikibot/__metadata__.py index d5b2d48..dba6d57 100644 --- a/pywikibot/__metadata__.py +++ b/pywikibot/__metadata__.py @@ -12,6 +12,6 @@ from time import strftime -__version__ = '11.0.0.dev0' +__version__ = '11.0.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/+/1210644?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: Iffbb8a771b097372dbb360a63f2c74abbc44d747 Gerrit-Change-Number: 1210644 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]
