jenkins-bot has submitted this change. ( 
https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1080319?usp=email )

Change subject: Prepare next release after pwb 9.4.1
......................................................................

Prepare next release after pwb 9.4.1

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

Approvals:
  Xqt: Looks good to me, approved
  jenkins-bot: Verified




diff --git a/HISTORY.rst b/HISTORY.rst
index ae7b9e8..8278f99 100644
--- a/HISTORY.rst
+++ b/HISTORY.rst
@@ -1,6 +1,14 @@
 Release History
 ===============

+9.4.1
+-----
+*15 October 2024*
+
+* Add support for new wikis (:phab:`T375019`, :phab:`T375104`, :phab:`T375426`,
+  :phab:`T376332`, :phab:`T376574`, :phab:`T377090`)
+
+
 9.4.0
 -----
 *05 October 2024*
diff --git a/ROADMAP.rst b/ROADMAP.rst
index 9e52999..17698db 100644
--- a/ROADMAP.rst
+++ b/ROADMAP.rst
@@ -1,8 +1,7 @@
 Current Release Changes
 =======================

-* Add support for new wikis (:phab:`T375019`, :phab:`T375104`, :phab:`T375426`,
-  :phab:`T376332`, :phab:`T376574`, :phab:`T377090`)
+* *no changes yet*
 
 Current Deprecations
 ====================
diff --git a/pywikibot/__metadata__.py b/pywikibot/__metadata__.py
index bae5d40..c736c3d 100644
--- a/pywikibot/__metadata__.py
+++ b/pywikibot/__metadata__.py
@@ -12,6 +12,6 @@
 from time import strftime


-__version__ = '9.4.1'
+__version__ = '9.5.0.dev2'
 __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 37855d0..109f604 100644
--- a/scripts/__init__.py
+++ b/scripts/__init__.py
@@ -34,7 +34,7 @@
 from pathlib import Path


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

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

--
To view, visit 
https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1080319?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: Ief7ea3c08765f257a4c50a90237275ff9249e8ea
Gerrit-Change-Number: 1080319
Gerrit-PatchSet: 1
Gerrit-Owner: Xqt <i...@gno.de>
Gerrit-Reviewer: D3r1ck01 <dalangi-...@wikimedia.org>
Gerrit-Reviewer: Xqt <i...@gno.de>
Gerrit-Reviewer: jenkins-bot
_______________________________________________
Pywikibot-commits mailing list -- pywikibot-commits@lists.wikimedia.org
To unsubscribe send an email to pywikibot-commits-le...@lists.wikimedia.org

Reply via email to