Skip to content

Commit 0a3cf13

Browse files
committed
[10.0.0.dev2] Update ROADMAP and HISTORY after 9.6.2
Change-Id: Icb5de5a91f623af416ca34b99833217bdf084945
1 parent 7497529 commit 0a3cf13

File tree

5 files changed

+20
-3
lines changed

5 files changed

+20
-3
lines changed

HISTORY.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
Release History
22
===============
33

4+
9.6.2
5+
-----
6+
*02 February 2025*
7+
8+
* Add support for kncwiki (:phab:`T385187`)
9+
* Fix a f-string in :meth:`Claim.fromJSON()<pywikibot.Claim.fromJSON>`
10+
* i18n updates.
11+
412
9.6.1
513
-----
614
*13 December 2024*

ROADMAP.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,20 +3,27 @@ Current Release Changes
33

44
**Improvements**
55

6+
* Update :attr:`Family.cross_allowed<family.Family.cross_allowed>` lists in family files
7+
* Ignore empty message warning in :class:`EventStreams<comms.eventstreams.EventStreams>`
8+
(:phab:`T383035`).
69
* A *timeout* parameter was added to :func:`data.memento.get_closest_memento_url`
710
and the default timeout was increased to 30 s (:phab:`T382943`).
811
* :func:`bot.calledModuleName` returns either 'unittest' or 'pytest' during test run (:phab:`T382797`).
912
* :class:`tools.threading.BoundedPoolExecutor` was added (:phab:`T333741`).
1013
* *args* parameter for :mod:`logging` functions can be used as formatting arguments
1114
* :attr:`.login.OauthLoginManager.access_token` was added.
1215
* Representation string for :class:`login.LoginManager` was added.
16+
* i18n updates.
1317

1418
**Bugfixes**
1519

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

1824
**Code cleanups**
1925

26+
* Remove old and deprecated variables in :mod:`config`
2027
* Remove unintentional ``pywikibot.warn()``
2128
* Unused *get_redirect* parameter of :meth:`BasePage.getOldVersion()<page.BasePage.getOldVersion>` was removed.
2229
* *baserevid* parameter of :class:`DataSite<pywikibot.site._datasite.DataSite>` methods

pywikibot/__metadata__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
.. versionadded:: 4.0
44
"""
55
#
6-
# (C) Pywikibot team, 2020-2024
6+
# (C) Pywikibot team, 2020-2025
77
#
88
# Distributed under the terms of the MIT license.
99
#
@@ -12,6 +12,6 @@
1212
from time import strftime
1313

1414

15-
__version__ = '10.0.0.dev1'
15+
__version__ = '10.0.0.dev2'
1616
__url__ = 'https://www.mediawiki.org/wiki/Manual:Pywikibot'
1717
__copyright__ = f'2003-{strftime("%Y")}, Pywikibot team'

pywikibot/page/_wikibase.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* WikibaseEntity: base interface for Wikibase entities.
99
"""
1010
#
11-
# (C) Pywikibot team, 2013-2024
11+
# (C) Pywikibot team, 2013-2025
1212
#
1313
# Distributed under the terms of the MIT license.
1414
#

scripts/CHANGELOG.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ Scripts Changelog
44
10.0.0
55
------
66

7+
* L10N updates
8+
* i18n updates
79
* Require Python 3.8 or higher
810
* Require Pywikibot 10.0.0
911

0 commit comments

Comments
 (0)