Xqt has submitted this change. ( https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1217128?usp=email )
Change subject: doc: Update documentation after stable 10.7.3 release ...................................................................... doc: Update documentation after stable 10.7.3 release Change-Id: I5f0fcc2725149b8cc0bd66710b28d771c201d659 --- M HISTORY.rst M pywikibot/__metadata__.py 2 files changed, 9 insertions(+), 1 deletion(-) Approvals: Xqt: Verified; Looks good to me, approved jenkins-bot: Verified diff --git a/HISTORY.rst b/HISTORY.rst index 8a2bfb5..94fd53a 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -1,6 +1,14 @@ Release History =============== +10.7.3 +------ +*10 December 2025* + +* Fix extracting password line (:phab:`T412074`) +* Add generated password file to gitignore list (:phab:`T411966`, :phab:`T410753`) + + 10.7.2 ------ *28 November 2025* diff --git a/pywikibot/__metadata__.py b/pywikibot/__metadata__.py index 7338b62..1696741 100644 --- a/pywikibot/__metadata__.py +++ b/pywikibot/__metadata__.py @@ -12,6 +12,6 @@ from time import strftime -__version__ = '11.0.0.dev2' +__version__ = '11.0.0.dev3' __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/+/1217128?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: I5f0fcc2725149b8cc0bd66710b28d771c201d659 Gerrit-Change-Number: 1217128 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]
