jenkins-bot has submitted this change. ( https://gerrit.wikimedia.org/r/c/pywikibot/core/+/950147 )
Change subject: [doc] Update ROADMAP.rst, HISTORY.rst and CHANGELOG.rst ...................................................................... [doc] Update ROADMAP.rst, HISTORY.rst and CHANGELOG.rst Change-Id: I90ee4f27af81f711ff28e8050ec610984b27b85f --- M ROADMAP.rst M scripts/CHANGELOG.rst M pywikibot/__metadata__.py M HISTORY.rst 4 files changed, 26 insertions(+), 3 deletions(-) Approvals: Xqt: Looks good to me, approved jenkins-bot: Verified diff --git a/HISTORY.rst b/HISTORY.rst index 0de5bc6..23e7c7f 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -1,6 +1,15 @@ Release history =============== +8.3.1 +----- +*17. August 2023* + +* Add support for suwikisource and blkwiktionary (:phab:`T343544`, :phab:`T343550`) +* :mod:`families.wikifunctions_family` was added (:phab:`T343573`) +* i18n updates + + 8.3.0 ----- *27 July 2023* @@ -10,7 +19,7 @@ * All wbtypes are placed in ``pywkibot._wbtypes`` module * Use ``site.lang`` instead of ``site.code`` in :func:`comms.http.user_agent` (:phab:`T228322`) * Make header extraction in :func:`textlib.extract_sections` more robust (:phab:`T341787`) -* + 8.2.0 ----- diff --git a/ROADMAP.rst b/ROADMAP.rst index 877442c..fa0e205 100644 --- a/ROADMAP.rst +++ b/ROADMAP.rst @@ -1,7 +1,7 @@ Current release --------------- -* :mod:`families.wikifunctions_family` was added (:phab:`T343573`) +* Add https scheme if missing in url asked by :mod:`pywikibot.scripts.generate_family_file` * i18n updates * use inline re.IGNORECASE flag in :func:`textlib.case_escape` function (:phab:`T308265`) * Convert URL-encoded characters also for links outside main namespace with diff --git a/pywikibot/__metadata__.py b/pywikibot/__metadata__.py index 31fb93a..b2cecd6 100644 --- a/pywikibot/__metadata__.py +++ b/pywikibot/__metadata__.py @@ -11,7 +11,7 @@ __name__ = 'pywikibot' -__version__ = '8.4.0.dev0' +__version__ = '8.4.0.dev1' __description__ = 'Python MediaWiki Bot Framework' __maintainer__ = 'The Pywikibot team' __maintainer_email__ = '[email protected]' diff --git a/scripts/CHANGELOG.rst b/scripts/CHANGELOG.rst index 15eedb7..8f7b62d 100644 --- a/scripts/CHANGELOG.rst +++ b/scripts/CHANGELOG.rst @@ -10,6 +10,11 @@ * Use welcome messages from :class:`scripts.welcome.WelcomeBot` * add more messages to :mod:`i18n` system +newitem +~~~~~~~ + +* Enable ``-touch`` in newitem script for confirmed user (:phab:`T343877`) + 8.3.0 ----- -- To view, visit https://gerrit.wikimedia.org/r/c/pywikibot/core/+/950147 To unsubscribe, or for help writing mail filters, visit https://gerrit.wikimedia.org/r/settings Gerrit-Project: pywikibot/core Gerrit-Branch: master Gerrit-Change-Id: I90ee4f27af81f711ff28e8050ec610984b27b85f Gerrit-Change-Number: 950147 Gerrit-PatchSet: 2 Gerrit-Owner: Xqt <[email protected]> Gerrit-Reviewer: D3r1ck01 <[email protected]> Gerrit-Reviewer: Xqt <[email protected]> Gerrit-Reviewer: jenkins-bot Gerrit-MessageType: merged
_______________________________________________ Pywikibot-commits mailing list -- [email protected] To unsubscribe send an email to [email protected]
