jenkins-bot has submitted this change. ( https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1060147?usp=email )
Change subject: [9.3.1] Publish Pywikibot 9.3.1 ...................................................................... [9.3.1] Publish Pywikibot 9.3.1 Change-Id: I9d40b8059ca4fd68abbeb5c12b920b6372efaf27 --- M ROADMAP.rst M pywikibot/__metadata__.py M scripts/CHANGELOG.rst M scripts/__init__.py 4 files changed, 14 insertions(+), 4 deletions(-) Approvals: Xqt: Looks good to me, approved jenkins-bot: Verified diff --git a/ROADMAP.rst b/ROADMAP.rst index c2fb21e..5a13e72 100644 --- a/ROADMAP.rst +++ b/ROADMAP.rst @@ -1,7 +1,8 @@ Current Release Changes ======================= -* (no changes yet) +* Add support for bdrwiki (:phab:`T371762`) +* i18n updates Current Deprecations ==================== diff --git a/pywikibot/__metadata__.py b/pywikibot/__metadata__.py index e63d18e..e60e7a9 100644 --- a/pywikibot/__metadata__.py +++ b/pywikibot/__metadata__.py @@ -12,6 +12,6 @@ from time import strftime -__version__ = '9.4.0.dev0' +__version__ = '9.3.1' __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 b207ef7..21852ca 100644 --- a/scripts/CHANGELOG.rst +++ b/scripts/CHANGELOG.rst @@ -1,13 +1,22 @@ Scripts Changelog ================= +9.3.1 +----- + +reflinks +^^^^^^^^ + +* Ignore LookupError when decoding meta content (:phab:`T371687`) + + 9.3.0 ----- delinker ^^^^^^^^ -* Ignore file extension check :phab:`T352237`) +* Ignore file extension check (:phab:`T352237`) fixing_redirects ^^^^^^^^^^^^^^^^ diff --git a/scripts/__init__.py b/scripts/__init__.py index 67c172f..58c6723 100644 --- a/scripts/__init__.py +++ b/scripts/__init__.py @@ -32,4 +32,4 @@ from __future__ import annotations -__version__ = '9.4.0' +__version__ = '9.3.1' -- To view, visit https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1060147?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: I9d40b8059ca4fd68abbeb5c12b920b6372efaf27 Gerrit-Change-Number: 1060147 Gerrit-PatchSet: 1 Gerrit-Owner: Xqt <i...@gno.de> Gerrit-Reviewer: D3r1ck01 <dalangi-...@wikimedia.org> 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