Skip to content

Commit 0a575c8

Browse files
committed
bump to 3.2.0
1 parent 85521c4 commit 0a575c8

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
lines changed

β€ŽCHANGELOG.mdβ€Ž

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# language_tool_python Changelog
22

3+
## 3.2.0 (2025-12-18)
4+
- Added a `check_matching_regions` method in `language_tool_python.server.LanguageTool`.
5+
36
## 3.1.0 (2025-11-23)
47
- Added an optional parameter to `LanguageTool` (`proxies`).
58
- Added an `proxies` attribute to `LanguageTool` (This attribute is used by the `LanguageTool._query_server` method).

β€Ždocs/source/conf.pyβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
project = "language_tool_python"
1010
copyright = "2025, jxmorris12"
1111
author = "jxmorris12"
12-
release = "3.1.0" # Keep in sync with pyproject.toml
12+
release = "3.2.0" # Keep in sync with pyproject.toml
1313

1414
# -- General configuration ---------------------------------------------------
1515
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration

β€Žpyproject.tomlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "language_tool_python"
3-
version = "3.1.0" # Keep in sync with docs/source/conf.py
3+
version = "3.2.0" # Keep in sync with docs/source/conf.py
44
requires-python = ">=3.9"
55
description = "Checks grammar using LanguageTool."
66
readme = { file = "README.md", content-type = "text/markdown" }

β€Žuv.lockβ€Ž

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
Β (0)