jenkins-bot has submitted this change. ( https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1103295?usp=email )
Change subject: Follow-up changes from 9.6.1 ......................................................................
Follow-up changes from 9.6.1
Change-Id: Idae85e53385bc98a264cfaed949d1e8c8711b92e --- M HISTORY.rst M ROADMAP.rst M pywikibot/__metadata__.py M scripts/CHANGELOG.rst 4 files changed, 17 insertions(+), 5 deletions(-)
Approvals: jenkins-bot: Verified Xqt: Looks good to me, approved
diff --git a/HISTORY.rst b/HISTORY.rst index 4d067ad..4d7c129 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -1,6 +1,15 @@ Release History ===============
+9.6.1 +----- +*13 December 2024* + +* Add support for tigwiki (:phab:`T381381`) +* Fix use of importlib.metadata.entry_points for pywikibot-scripts with Python 3.8 and 3.9 (:phab:`T358635`) +* i18n updates. + + 9.6.0 ----- *03 December 2024* diff --git a/ROADMAP.rst b/ROADMAP.rst index 22200e8..5e2c10e 100644 --- a/ROADMAP.rst +++ b/ROADMAP.rst @@ -6,11 +6,10 @@ * *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**
-* Fix use of importlib.metadata.entry_points for pywikibot-scripts with Python 3.8 and 3.9 (:phab:`T358635`) +* (no changes yet)
**Code cleanups**
diff --git a/pywikibot/__metadata__.py b/pywikibot/__metadata__.py index 68ff96a..093860a 100644 --- a/pywikibot/__metadata__.py +++ b/pywikibot/__metadata__.py @@ -12,6 +12,6 @@ from time import strftime
-__version__ = '10.0.0.dev0' +__version__ = '10.0.0.dev1' __url__ = 'https://www.mediawiki.org/wiki/Manual:Pywikibot' __copyright__ = f'2003-{strftime("%Y")}, Pywikibot team' diff --git a/scripts/CHANGELOG.rst b/scripts/CHANGELOG.rst index 446c52d..6d4d24b 100644 --- a/scripts/CHANGELOG.rst +++ b/scripts/CHANGELOG.rst @@ -4,13 +4,17 @@ 10.0.0 ------
-* i18n updates - dataextend ^^^^^^^^^^
* Script was removed from repository
+9.6.1 +----- + +* Require Pywikibot 9.6.1 (:phab:`T358635`) +* i18n updates + 9.6.0 -----
pywikibot-commits@lists.wikimedia.org