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

Change subject: [10.0.0.dev2] Update ROADMAP and HISTORY after 9.6.2
......................................................................

[10.0.0.dev2] Update ROADMAP and HISTORY after 9.6.2

Change-Id: Icb5de5a91f623af416ca34b99833217bdf084945
---
M HISTORY.rst
M ROADMAP.rst
M pywikibot/__metadata__.py
M pywikibot/page/_wikibase.py
M scripts/CHANGELOG.rst
5 files changed, 20 insertions(+), 3 deletions(-)

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




diff --git a/HISTORY.rst b/HISTORY.rst
index 4d7c129..6f024ae 100644
--- a/HISTORY.rst
+++ b/HISTORY.rst
@@ -1,6 +1,14 @@
 Release History
 ===============

+9.6.2
+-----
+*02 February 2025*
+
+* Add support for kncwiki (:phab:`T385187`)
+* Fix a f-string in :meth:`Claim.fromJSON()<pywikibot.Claim.fromJSON>`
+* i18n updates.
+
 9.6.1
 -----
 *13 December 2024*
diff --git a/ROADMAP.rst b/ROADMAP.rst
index 2f5c373..ec713fa 100644
--- a/ROADMAP.rst
+++ b/ROADMAP.rst
@@ -3,6 +3,9 @@

 **Improvements**

+* Update :attr:`Family.cross_allowed<family.Family.cross_allowed>` lists in 
family files
+* Ignore empty message warning in 
:class:`EventStreams<comms.eventstreams.EventStreams>`
+  (:phab:`T383035`).
 * A *timeout* parameter was added to 
:func:`data.memento.get_closest_memento_url`
   and the default timeout was increased to 30 s (:phab:`T382943`).
 * :func:`bot.calledModuleName` returns either 'unittest' or 'pytest' during 
test run (:phab:`T382797`).
@@ -10,13 +13,17 @@
 * *args* parameter for :mod:`logging` functions can be used as formatting 
arguments
 * :attr:`.login.OauthLoginManager.access_token` was added.
 * Representation string for :class:`login.LoginManager` was added.
+* i18n updates.
 
 **Bugfixes**

+* Appended <<default>> color tag before the last linefeed in
+  :class:`UI<userinterfaces.terminal_interface_base.UI>` (:phab:`T382884`).
 * Remove unintentional *args* parameter in :class:`tools.threading.ThreadList` 
(:phab:`T382787`).

 **Code cleanups**

+* Remove old and deprecated variables in :mod:`config`
 * Remove unintentional ``pywikibot.warn()``
 * Unused *get_redirect* parameter of 
:meth:`BasePage.getOldVersion()<page.BasePage.getOldVersion>` was removed.
 * *baserevid* parameter of 
:class:`DataSite<pywikibot.site._datasite.DataSite>` methods
diff --git a/pywikibot/__metadata__.py b/pywikibot/__metadata__.py
index 093860a..63236cc 100644
--- a/pywikibot/__metadata__.py
+++ b/pywikibot/__metadata__.py
@@ -3,7 +3,7 @@
 .. versionadded:: 4.0
 """
 #
-# (C) Pywikibot team, 2020-2024
+# (C) Pywikibot team, 2020-2025
 #
 # Distributed under the terms of the MIT license.
 #
@@ -12,6 +12,6 @@
 from time import strftime


-__version__ = '10.0.0.dev1'
+__version__ = '10.0.0.dev2'
 __url__ = 'https://www.mediawiki.org/wiki/Manual:Pywikibot'
 __copyright__ = f'2003-{strftime("%Y")}, Pywikibot team'
diff --git a/pywikibot/page/_wikibase.py b/pywikibot/page/_wikibase.py
index cc2878f..560bbdb 100644
--- a/pywikibot/page/_wikibase.py
+++ b/pywikibot/page/_wikibase.py
@@ -8,7 +8,7 @@
 * WikibaseEntity: base interface for Wikibase entities.
 """
 #
-# (C) Pywikibot team, 2013-2024
+# (C) Pywikibot team, 2013-2025
 #
 # Distributed under the terms of the MIT license.
 #
diff --git a/scripts/CHANGELOG.rst b/scripts/CHANGELOG.rst
index 216d711..a94ccee 100644
--- a/scripts/CHANGELOG.rst
+++ b/scripts/CHANGELOG.rst
@@ -4,6 +4,8 @@
 10.0.0
 ------

+* L10N updates
+* i18n updates
 * Require Python 3.8 or higher
 * Require Pywikibot 10.0.0


--
To view, visit 
https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1116518?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: Icb5de5a91f623af416ca34b99833217bdf084945
Gerrit-Change-Number: 1116518
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]

Reply via email to