From 0a575c8544a85c4fc0f4a4d6ad1c12068c88e017 Mon Sep 17 00:00:00 2001 From: mdevolde Date: Thu, 18 Dec 2025 19:15:56 +0100 Subject: [PATCH] bump to 3.2.0 --- CHANGELOG.md | 3 +++ docs/source/conf.py | 2 +- pyproject.toml | 2 +- uv.lock | 2 +- 4 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6724c73..18cb505 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # language_tool_python Changelog +## 3.2.0 (2025-12-18) +- Added a `check_matching_regions` method in `language_tool_python.server.LanguageTool`. + ## 3.1.0 (2025-11-23) - Added an optional parameter to `LanguageTool` (`proxies`). - Added an `proxies` attribute to `LanguageTool` (This attribute is used by the `LanguageTool._query_server` method). diff --git a/docs/source/conf.py b/docs/source/conf.py index fd0fda8..250593c 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -9,7 +9,7 @@ project = "language_tool_python" copyright = "2025, jxmorris12" author = "jxmorris12" -release = "3.1.0" # Keep in sync with pyproject.toml +release = "3.2.0" # Keep in sync with pyproject.toml # -- General configuration --------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration diff --git a/pyproject.toml b/pyproject.toml index 2bdee59..b380954 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "language_tool_python" -version = "3.1.0" # Keep in sync with docs/source/conf.py +version = "3.2.0" # Keep in sync with docs/source/conf.py requires-python = ">=3.9" description = "Checks grammar using LanguageTool." readme = { file = "README.md", content-type = "text/markdown" } diff --git a/uv.lock b/uv.lock index 6ae30ff..a6e2a08 100644 --- a/uv.lock +++ b/uv.lock @@ -524,7 +524,7 @@ wheels = [ [[package]] name = "language-tool-python" -version = "3.1.0" +version = "3.2.0" source = { editable = "." } dependencies = [ { name = "packaging" },