jenkins-bot has submitted this change. ( https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1078022?usp=email )
Change subject: [9.4.0] Publish Pywikibot 9.4.0 ......................................................................
[9.4.0] Publish Pywikibot 9.4.0
Change-Id: I9794591a2d3af20218478f9a59112c1d223a2a1c --- 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 fb02213..2857387 100644 --- a/ROADMAP.rst +++ b/ROADMAP.rst @@ -3,6 +3,7 @@
* Ignore :exc:`ValueError` durig upcast of :class:`FilePage<pywikibot.page.FilePage>` due to invalid file extension (:phab:`T367777`, :phab:`T376452`) +* Provide an entry point to connect foreign scripts with pwb wapper (:phab:`T139143`, :phab:`T139144`) * Show a warning message for a deleted or unknown :class:`Claim<pywikibot.Claim>` type (:phab:`T374676`) * ``preload_sites`` maintenance script was removed (:phab:`T348925`) * Add :meth:`User.renamed_target()<pywikibot.User.renamed_target>` method diff --git a/pywikibot/__metadata__.py b/pywikibot/__metadata__.py index aeaccf7..a047b35 100644 --- a/pywikibot/__metadata__.py +++ b/pywikibot/__metadata__.py @@ -12,6 +12,6 @@ from time import strftime
-__version__ = '9.4.0.dev1' +__version__ = '9.4.0' __url__ = 'https://www.mediawiki.org/wiki/Manual:Pywikibot' __copyright__ = f'2003-{strftime("%Y")}, Pywikibot team'
pywikibot-commits@lists.wikimedia.org