jenkins-bot submitted this change.

View Change

Approvals: jenkins-bot: Verified Xqt: Looks good to me, approved
[9.4.1] Publish Pywikibot 9.4.1

Change-Id: I5586c41fe11e2502d1a03cdd1fcb1bea2f959d3e
---
M ROADMAP.rst
M pywikibot/__metadata__.py
M scripts/__init__.py
3 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/ROADMAP.rst b/ROADMAP.rst
index cff7581..9e52999 100644
--- a/ROADMAP.rst
+++ b/ROADMAP.rst
@@ -1,7 +1,8 @@
Current Release Changes
=======================

-* (no changes yet)
+* Add support for new wikis (:phab:`T375019`, :phab:`T375104`, :phab:`T375426`,
+ :phab:`T376332`, :phab:`T376574`, :phab:`T377090`)

Current Deprecations
====================
diff --git a/pywikibot/__metadata__.py b/pywikibot/__metadata__.py
index 550a499..bae5d40 100644
--- a/pywikibot/__metadata__.py
+++ b/pywikibot/__metadata__.py
@@ -12,6 +12,6 @@
from time import strftime


-__version__ = '9.5.0.dev1'
+__version__ = '9.4.1'
__url__ = 'https://www.mediawiki.org/wiki/Manual:Pywikibot'
__copyright__ = f'2003-{strftime("%Y")}, Pywikibot team'
diff --git a/scripts/__init__.py b/scripts/__init__.py
index 109f604..37855d0 100644
--- a/scripts/__init__.py
+++ b/scripts/__init__.py
@@ -34,7 +34,7 @@
from pathlib import Path


-__version__ = '9.5.0'
+__version__ = '9.4.1'

#: defines the entry point for pywikibot-scripts package
base_dir = Path(__file__).parent

To view, visit change 1080312. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-MessageType: merged
Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Change-Id: I5586c41fe11e2502d1a03cdd1fcb1bea2f959d3e
Gerrit-Change-Number: 1080312
Gerrit-PatchSet: 1
Gerrit-Owner: Xqt <info@gno.de>
Gerrit-Reviewer: D3r1ck01 <dalangi-ctr@wikimedia.org>
Gerrit-Reviewer: Xqt <info@gno.de>
Gerrit-Reviewer: jenkins-bot