jenkins-bot has submitted this change. ( https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1176707?usp=email )
Change subject: [10.4.0] Update version after stable 10.3.1 is published ...................................................................... [10.4.0] Update version after stable 10.3.1 is published Also update ROADMAP.rst, HISTORY.rst and CHANGELOG.rst Change-Id: I63cc0b02f50166dcf74dced8a31a15643cb035d4 --- M HISTORY.rst M ROADMAP.rst M pywikibot/__metadata__.py M scripts/CHANGELOG.rst 4 files changed, 20 insertions(+), 2 deletions(-) Approvals: jenkins-bot: Verified Xqt: Looks good to me, approved diff --git a/HISTORY.rst b/HISTORY.rst index 5ae6d5f..be53ccc 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -1,6 +1,14 @@ Release History =============== +10.3.1 +------ +*08 August 2025* + +* Add support for tlwikisource (:phab:`T388656`) +* i18n updates + + 10.3.0 ------ *03 August 2025* diff --git a/ROADMAP.rst b/ROADMAP.rst index 82d9331..9be82b7 100644 --- a/ROADMAP.rst +++ b/ROADMAP.rst @@ -1,9 +1,11 @@ Current Release Changes ======================= +* Cleanup :mod:`setup` module (:phab:`T396356`) * Implement :meth:`pywikibot.ItemPage.get_best_claim` (:phab:`T400610`) * Add *expiry* parameter to :meth:`BasePage.watch()<page.BasePage.watch>` and - :meth:`Site.watch()<pywikibot.site._apisite.APISite.watch>` (:phab:`T330839`) + :meth:`Site.watch()<pywikibot.site._apisite.APISite.watch>`; fix the methods to return False if + page is missing and no expiry is set (:phab:`T330839`) Deprecations diff --git a/pywikibot/__metadata__.py b/pywikibot/__metadata__.py index 36b5043..72ace79 100644 --- a/pywikibot/__metadata__.py +++ b/pywikibot/__metadata__.py @@ -12,6 +12,6 @@ from time import strftime -__version__ = '10.4.0.dev0' +__version__ = '10.4.0.dev1' __url__ = 'https://www.mediawiki.org/wiki/Manual:Pywikibot' __copyright__ = f'2003-{strftime("%Y")}, Pywikibot team' diff --git a/scripts/CHANGELOG.rst b/scripts/CHANGELOG.rst index 1c93e6c..4c90f44 100644 --- a/scripts/CHANGELOG.rst +++ b/scripts/CHANGELOG.rst @@ -1,6 +1,14 @@ Scripts Changelog ================= +10.4.0 +------ + +interwiki +^^^^^^^^^ + +* Clarify ``-localonly`` option behavior and help text (:phab:`T57257`) + 10.3.0 ------ -- To view, visit https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1176707?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: I63cc0b02f50166dcf74dced8a31a15643cb035d4 Gerrit-Change-Number: 1176707 Gerrit-PatchSet: 1 Gerrit-Owner: Xqt <i...@gno.de> Gerrit-Reviewer: Xqt <i...@gno.de> Gerrit-Reviewer: jenkins-bot
_______________________________________________ Pywikibot-commits mailing list -- pywikibot-commits@lists.wikimedia.org To unsubscribe send an email to pywikibot-commits-le...@lists.wikimedia.org