jenkins-bot has submitted this change. ( https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1157486?usp=email )
Change subject: [10.2.0] Publish Pywikibot 10.2 ...................................................................... [10.2.0] Publish Pywikibot 10.2 Change-Id: I6a290b032f5c9899f193e4bd3645b4e8d67b1533 --- M ROADMAP.rst M pywikibot/__metadata__.py M scripts/CHANGELOG.rst 3 files changed, 8 insertions(+), 1 deletion(-) Approvals: Xqt: Looks good to me, approved jenkins-bot: Verified diff --git a/ROADMAP.rst b/ROADMAP.rst index feaec53..c752dd9 100644 --- a/ROADMAP.rst +++ b/ROADMAP.rst @@ -1,6 +1,12 @@ Current Release Changes ======================= +* Use Lock object in :class:`comms.http.PywikibotCookieJar` for thread-safe saving (:phab:`T396309`) +* Raise TypeError instead of ValueError in :func:`i18n.translate` if *parameter* is not a mapping +* Recognise wildcard in :mod:`config.usernames<config>` when running + :mod:`login<pywikibot.scripts.login>` script (:phab:`T110411`) +* Search for http and https by default in :meth:`Site.exturlusage() + <.site._generators.GeneratorsMixin.exturlusage>` (:phab:`T396280`) * Add login methods overview to :mod:`login` module (:phab:`T396204`) * Enable EmailAuth with :class:`login.ClientLoginManager` (:phab:`T395703`) * Move :mod:`tools.threading.RLock<tools.threading>` to :mod:`backports` module (:phab:`T395182`) diff --git a/pywikibot/__metadata__.py b/pywikibot/__metadata__.py index 1423195..845ae49 100644 --- a/pywikibot/__metadata__.py +++ b/pywikibot/__metadata__.py @@ -12,6 +12,6 @@ from time import strftime -__version__ = '10.2.0.dev0' +__version__ = '10.2.0' __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 c4b2143..598a879 100644 --- a/scripts/CHANGELOG.rst +++ b/scripts/CHANGELOG.rst @@ -7,6 +7,7 @@ noreferences ^^^^^^^^^^^^ +* Changing sections order for references * Fix missing commas in L10N dicts 10.1.0 -- To view, visit https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1157486?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: I6a290b032f5c9899f193e4bd3645b4e8d67b1533 Gerrit-Change-Number: 1157486 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]
