Xqt has submitted this change. ( https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1305932?usp=email )
Change subject: release: Publish Pywikibot 11.4.2 ...................................................................... release: Publish Pywikibot 11.4.2 Change-Id: I826b5264efee34305c5dee94e434bcfc2d06aec2 --- M ROADMAP.rst M pywikibot/__metadata__.py 2 files changed, 5 insertions(+), 4 deletions(-) Approvals: Xqt: Verified; Looks good to me, approved diff --git a/ROADMAP.rst b/ROADMAP.rst index 6674663..c61fc1d 100644 --- a/ROADMAP.rst +++ b/ROADMAP.rst @@ -1,7 +1,8 @@ -Release 11.5 -============ +Release 11.4.2 +============== -* (no changes yet) +* Add support for isvwiki. (:phab:`T429937`) +* Remove obsolete WMF_CACERT legacy check in :mod:`pywikibot.scripts.version`. (:phab:`T430266`) Deprecations diff --git a/pywikibot/__metadata__.py b/pywikibot/__metadata__.py index 088364e..d291ea4 100644 --- a/pywikibot/__metadata__.py +++ b/pywikibot/__metadata__.py @@ -12,6 +12,6 @@ from time import strftime -__version__ = '11.5.0.dev1' +__version__ = '11.4.2' __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/+/1305932?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: I826b5264efee34305c5dee94e434bcfc2d06aec2 Gerrit-Change-Number: 1305932 Gerrit-PatchSet: 2 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]
