jenkins-bot submitted this change.

View Change


Approvals: Xqt: Looks good to me, approved jenkins-bot: Verified
(9.0] Publish Pywikibot 9

Bug: T347020
Change-Id: I00f10c3dbc96798bdfe703f2a69da38e61f627d9
---
M ROADMAP.rst
M pywikibot/__metadata__.py
2 files changed, 13 insertions(+), 1 deletion(-)

diff --git a/ROADMAP.rst b/ROADMAP.rst
index a7e5b9e..30c6c32 100644
--- a/ROADMAP.rst
+++ b/ROADMAP.rst
@@ -4,6 +4,8 @@
Improvements
^^^^^^^^^^^^

+* Python 3.13 is supported
+* Update :mod:`tools`._unidata._category_cf from Unicodedata version 15.1.0
* :meth:`Timestamp.nowutc()<pywikibot.time.Timestamp.nowutc>` and
:meth:`Timestamp.utcnow()<pywikibot.time.Timestamp.utcnow>` were added (:phab:`T337748`)
* Remove content parameter of :meth:`proofreadpage.IndexPage.page_gen` method. (:phab:`T358635`)
diff --git a/pywikibot/__metadata__.py b/pywikibot/__metadata__.py
index 9460e54..c190742 100644
--- a/pywikibot/__metadata__.py
+++ b/pywikibot/__metadata__.py
@@ -10,6 +10,6 @@
from time import strftime


-__version__ = '9.0.0.dev0'
+__version__ = '9.0.0'
__url__ = 'https://www.mediawiki.org/wiki/Manual:Pywikibot'
__copyright__ = '(C) Pywikibot team, 2003-' + strftime('%Y')

To view, visit change 1009636. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Change-Id: I00f10c3dbc96798bdfe703f2a69da38e61f627d9
Gerrit-Change-Number: 1009636
Gerrit-PatchSet: 3
Gerrit-Owner: Xqt <info@gno.de>
Gerrit-Reviewer: Xqt <info@gno.de>
Gerrit-Reviewer: jenkins-bot
Gerrit-MessageType: merged