We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3e2f365 + 0666de3 commit 4924768Copy full SHA for 4924768
language_tool_python/download_lt.py
@@ -32,7 +32,7 @@
32
FILENAME_RELEASE = 'LanguageTool-{version}.zip'
33
34
LTP_DOWNLOAD_VERSION = 'latest'
35
-LT_SNAPSHOT_CURRENT_VERSION = '6.7-SNAPSHOT'
+LT_SNAPSHOT_CURRENT_VERSION = '6.8-SNAPSHOT'
36
37
JAVA_VERSION_REGEX = re.compile(
38
r'^(?:java|openjdk) version "(?P<major1>\d+)(|\.(?P<major2>\d+)\.[^"]+)"',
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "language_tool_python"
3
-version = "2.9.4"
+version = "2.9.5"
4
requires-python = ">=3.9"
5
description = "Checks grammar using LanguageTool."
6
readme = { file = "README.md", content-type = "text/markdown" }
0 commit comments