jenkins-bot has submitted this change. ( https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1252106?usp=email )
Change subject: Release: Publish Pywikibot 11.1 ...................................................................... Release: Publish Pywikibot 11.1 Bug: T418994 Change-Id: I38cd879c90147ec2d19bfe480d1fec9c53ffbec6 --- M ROADMAP.rst M pywikibot/__metadata__.py 2 files changed, 2 insertions(+), 1 deletion(-) Approvals: jenkins-bot: Verified Xqt: Looks good to me, approved diff --git a/ROADMAP.rst b/ROADMAP.rst index f43514b..cd3b54d 100644 --- a/ROADMAP.rst +++ b/ROADMAP.rst @@ -1,6 +1,7 @@ Release 11.1 ============ +* Re-enable ``pwb`` site-package code entry point which was broken in Pywikibot 11 (:phab:`T420086`) * Add support for kaiwiki (:phab:`T414239`) * Add support for urwikisource (:phab:`T415976`) * Raise :exc:`NotImplementedError` instead of :exc:`AttributeError` if a diff --git a/pywikibot/__metadata__.py b/pywikibot/__metadata__.py index b79d48a..bbefc44 100644 --- a/pywikibot/__metadata__.py +++ b/pywikibot/__metadata__.py @@ -12,6 +12,6 @@ from time import strftime -__version__ = '11.1.0.dev1' +__version__ = '11.1.0' __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/+/1252106?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: I38cd879c90147ec2d19bfe480d1fec9c53ffbec6 Gerrit-Change-Number: 1252106 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]
