Skip to content

Commit

Permalink
[9.6] Prepare next release
Browse files Browse the repository at this point in the history
Change-Id: I31f5e1dd3b64165a39cbc6f51a858f56e15706bb
  • Loading branch information
xqt committed Oct 30, 2024
1 parent 88d1b4b commit 38aeb04
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 12 deletions.
14 changes: 14 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@
Release History
===============

9.5.0
-----

* Add support for tcywikisource and tcywiktionary (:phab:`T378473`, :phab:`T378465`)
* i18n-updates
* Update invisible chars in :mod:`tools.chars` from unicode 16.0.0
* Rename :meth:`DataSite.getPropertyType()<pywikibot.site._datasite.DataSite.getPropertyType>`
to :meth:`DataSite.get_property_type()<pywikibot.site._datasite.DataSite.get_property_type>`
* provide XXXI with :func:`date.romanNumToInt` and :func:`date.intToRomanNum` functions
* No longer raise :exc:`exceptions.UnsupportedPageError` within :meth:`data.api.PageGenerator.result` (:phab:`T377651`)
* Extract messages with strong tag from xtools as error message in
:meth:`Page.authorship()<page._toolforge.WikiBlameMixin.authorship>` (:phab:`T376815`)


9.4.1
-----
*15 October 2024*
Expand Down
11 changes: 2 additions & 9 deletions ROADMAP.rst
Original file line number Diff line number Diff line change
@@ -1,15 +1,8 @@
Current Release Changes
=======================

* Add support for tcywikisource and tcywiktionary (:phab:`T378473`, :phab:`T378465`)
* i18n-updates
* Update invisible chars in :mod:`tools.chars` from unicode 16.0.0
* Rename :meth:`DataSite.getPropertyType()<pywikibot.site._datasite.DataSite.getPropertyType>`
to :meth:`DataSite.get_property_type()<pywikibot.site._datasite.DataSite.get_property_type>`
* provide XXXI with :func:`date.romanNumToInt` and :func:`date.intToRomanNum` functions
* No longer raise :exc:`exceptions.UnsupportedPageError` within :meth:`data.api.PageGenerator.result` (:phab:`T377651`)
* Extract messages with strong tag from xtools as error message in
:meth:`Page.authorship()<page._toolforge.WikiBlameMixin.authorship>` (:phab:`T376815`)
* (no changes yet)


Current Deprecations
====================
Expand Down
2 changes: 1 addition & 1 deletion pywikibot/__metadata__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
from time import strftime


__version__ = '9.5.0'
__version__ = '9.6.0.dev0'
__url__ = 'https://www.mediawiki.org/wiki/Manual:Pywikibot'
__copyright__ = f'2003-{strftime("%Y")}, Pywikibot team'
2 changes: 1 addition & 1 deletion scripts/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
from pathlib import Path


__version__ = '9.5.0'
__version__ = '9.6.0'

#: defines the entry point for pywikibot-scripts package
base_dir = Path(__file__).parent
2 changes: 1 addition & 1 deletion scripts/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ package-dir = {"pywikibot_scripts" = "scripts"}

[project]
name = "pywikibot-scripts"
version = "9.5.0"
version = "9.6.0"

authors = [
{name = "xqt", email = "[email protected]"},
Expand Down

0 comments on commit 38aeb04

Please sign in to comment.