jenkins-bot has submitted this change. ( https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1147146?usp=email )
Change subject: [10.2] Prepare next release ...................................................................... [10.2] Prepare next release Change-Id: Ia0e6975929f7710989059010f0ff5dfe5c0dcdfd --- M HISTORY.rst M ROADMAP.rst M pywikibot/__metadata__.py M scripts/__init__.py M scripts/pyproject.toml 5 files changed, 25 insertions(+), 17 deletions(-) Approvals: Xqt: Looks good to me, approved jenkins-bot: Verified diff --git a/HISTORY.rst b/HISTORY.rst index ef14faf..cd0b0ab 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -1,6 +1,26 @@ Release History =============== +10.1.0 +------ +*18 May 2025* + +* Use WikiHistory instead of XTools to implement :meth:`Page.authorship() + <page._toolforge.WikiBlameMixin.authorship>` (:phab:`T392345`) +* Correct :class:`comms.eventstreams.EventStreams` kwarg name + from *last_event_id* to *latest_event_id* (:phab:`T394570`) +* Retieve charset from accept-charset header entry in :func:`comms.http._decide_encoding` (:phab:`T392345`) +* Skip :meth:`CosmeticChangesToolkit.removeEmptySections() + <cosmetic_changes.CosmeticChangesToolkit.removeEmptySections>` if section length is too less (:phab:`T391776`) +* Add support for nupwiki (:phab:`T390713`) +* i18n updates +* No longer follow redirects in :func:`bot.open_webbrowser` (:phab:`T390447`) +* Update closed and removed wikis (:phab:`T390732`) +* *page* parameter was added to :meth:`site.recentchanges() + <pywikibot.site._generators.GeneratorsMixin.recentchanges>` +* googlesearch-python package is required for :class:`pagegenerators.GoogleSearchPageGenerator` + + 10.0.0 ------ *01 March 2025* diff --git a/ROADMAP.rst b/ROADMAP.rst index 7844f4f..3bfda15 100644 --- a/ROADMAP.rst +++ b/ROADMAP.rst @@ -1,20 +1,8 @@ Current Release Changes ======================= -* Use WikiHistory instead of XTools to implement :meth:`Page.authorship() - <page._toolforge.WikiBlameMixin.authorship>` (:phab:`T392345`) -* Correct :class:`comms.eventstreams.EventStreams` kwarg name - from *last_event_id* to *latest_event_id* (:phab:`T394570`) -* Retieve charset from accept-charset header entry in :func:`comms.http._decide_encoding` (:phab:`T392345`) -* Skip :meth:`CosmeticChangesToolkit.removeEmptySections() - <cosmetic_changes.CosmeticChangesToolkit.removeEmptySections>` if section length is too less (:phab:`T391776`) -* Add support for nupwiki (:phab:`T390713`) -* i18n updates -* No longer follow redirects in :func:`bot.open_webbrowser` (:phab:`T390447`) -* Update closed and removed wikis (:phab:`T390732`) -* *page* parameter was added to :meth:`site.recentchanges() - <pywikibot.site._generators.GeneratorsMixin.recentchanges>` -* googlesearch-python package is required for :class:`pagegenerators.GoogleSearchPageGenerator` +* (no changes yet) + Current Deprecations ==================== diff --git a/pywikibot/__metadata__.py b/pywikibot/__metadata__.py index 684bf51..1423195 100644 --- a/pywikibot/__metadata__.py +++ b/pywikibot/__metadata__.py @@ -12,6 +12,6 @@ from time import strftime -__version__ = '10.1.0' +__version__ = '10.2.0.dev0' __url__ = 'https://www.mediawiki.org/wiki/Manual:Pywikibot' __copyright__ = f'2003-{strftime("%Y")}, Pywikibot team' diff --git a/scripts/__init__.py b/scripts/__init__.py index 260d7b6..729a82f 100644 --- a/scripts/__init__.py +++ b/scripts/__init__.py @@ -34,7 +34,7 @@ from pathlib import Path -__version__ = '10.1.0' +__version__ = '10.2.0' #: defines the entry point for pywikibot-scripts package base_dir = Path(__file__).parent diff --git a/scripts/pyproject.toml b/scripts/pyproject.toml index 5addb61..f31b745 100644 --- a/scripts/pyproject.toml +++ b/scripts/pyproject.toml @@ -7,7 +7,7 @@ [project] name = "pywikibot-scripts" -version = "10.1.0" +version = "10.2.0" authors = [ {name = "xqt", email = "[email protected]"}, -- To view, visit https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1147146?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: Ia0e6975929f7710989059010f0ff5dfe5c0dcdfd Gerrit-Change-Number: 1147146 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]
