Skip to content

Commit 3e70695

Browse files
authored
Merge pull request #143 from mdevolde/bump_version
bump to 3.1.0
2 parents 89b7d58 + 53fdf28 commit 3e70695

File tree

4 files changed

+13
-3
lines changed

4 files changed

+13
-3
lines changed

β€ŽCHANGELOG.mdβ€Ž

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

3+
## 3.1.0 (2025-11-23)
4+
- Added an optional parameter to `LanguageTool` (`proxies`).
5+
- Added an `proxies` attribute to `LanguageTool` (This attribute is used by the `LanguageTool._query_server` method).
6+
- Added new read-only properties to `LanguageTool`:
7+
- `url`
8+
- `is_remote`
9+
- `host`
10+
- `port`
11+
- Edited the documentation of the `LanguageTool` class to improve clarity.
12+
313
## 3.0.0 (2025-11-20)
414

515
### What's New:

β€Ž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.0.0" # Keep in sync with pyproject.toml
12+
release = "3.1.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.0.0" # Keep in sync with docs/source/conf.py
3+
version = "3.1.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)