Skip to content

Commit 4924768

Browse files
authored
Merge pull request jxmorris12#116 from mdevolde/new_version
Bump of languague tool version
2 parents 3e2f365 + 0666de3 commit 4924768

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

language_tool_python/download_lt.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
FILENAME_RELEASE = 'LanguageTool-{version}.zip'
3333

3434
LTP_DOWNLOAD_VERSION = 'latest'
35-
LT_SNAPSHOT_CURRENT_VERSION = '6.7-SNAPSHOT'
35+
LT_SNAPSHOT_CURRENT_VERSION = '6.8-SNAPSHOT'
3636

3737
JAVA_VERSION_REGEX = re.compile(
3838
r'^(?:java|openjdk) version "(?P<major1>\d+)(|\.(?P<major2>\d+)\.[^"]+)"',

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 = "2.9.4"
3+
version = "2.9.5"
44
requires-python = ">=3.9"
55
description = "Checks grammar using LanguageTool."
66
readme = { file = "README.md", content-type = "text/markdown" }

0 commit comments

Comments
 (0)