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

Change subject: [9.5] Prepare next release 9.5.0
......................................................................

[9.5] Prepare next release 9.5.0

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

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




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

+9.4.0
+-----
+*05 October 2024*
+
+* 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
+* Check whether Claim exists within 
:meth:`Claim.fromJSON()<pywikibot.Claim.fromJSON>` method (:phab:`T374681`)
+* Add :attr:`logentries.LogEntry.params` as a public property
+* Add support for several wikis (:phab:`T375435`, :phab:`T375097`, 
:phab:`T374646`, :phab:`T374817`, :phab:`T375026`)
+* Add :meth:`title()<pywikibot.MediaInfo.title>` method to 
:class:`pywikibot.MediaInfo` (:phab:`T366424`)
+* Add tags to the wikibase functions (:phab:`T372513`)
+* :func:`diff.get_close_matches_ratio()` function was added
+* Initialize super classes of :exc:`EditReplacementError` (:phab:`T212740`)
+* Add a hint to import missing module in 
:mod:`wrapper<pywikibot.scripts.wrapper>` script
+* i18n updates
+
+
 9.3.1
 -----
 *06 August 2024*
diff --git a/ROADMAP.rst b/ROADMAP.rst
index 2857387..cff7581 100644
--- a/ROADMAP.rst
+++ b/ROADMAP.rst
@@ -1,21 +1,7 @@
 Current Release Changes
 =======================

-* 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
-* Check whether Claim exists within 
:meth:`Claim.fromJSON()<pywikibot.Claim.fromJSON>` method (:phab:`T374681`)
-* Add :attr:`logentries.LogEntry.params` as a public property
-* Add support for several wikis (:phab:`T375435`, :phab:`T375097`, 
:phab:`T374646`, :phab:`T374817`, :phab:`T375026`)
-* Add :meth:`title()<pywikibot.MediaInfo.title>` method to 
:class:`pywikibot.MediaInfo` (:phab:`T366424`)
-* Add tags to the wikibase functions (:phab:`T372513`)
-* :func:`diff.get_close_matches_ratio()` function was added
-* Initialize super classes of :exc:`EditReplacementError` (:phab:`T212740`)
-* Add a hint to import missing module in 
:mod:`wrapper<pywikibot.scripts.wrapper>` script
-* i18n updates
+* (no changes yet)

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


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

 
-__version__ = '9.4.0.dev1'
+__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/+/1078030?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: Ia0569af189854cfd3ecf53255c9065c0f4c029df
Gerrit-Change-Number: 1078030
Gerrit-PatchSet: 5
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