File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ It can:
1616- call your own remote LanguageTool server,
1717- be used from Python code and from a CLI.
1818
19- Default local download target: ` latest ` snapshot (currently ` 6.8 -SNAPSHOT ` ).
19+ Default local download target: ` latest ` snapshot (currently ` 6.9 -SNAPSHOT ` ).
2020
2121## Documentation
2222
@@ -90,7 +90,7 @@ with language_tool_python.LanguageTool(
9090```
9191
9292Accepted formats:
93- - ` latest ` (default): latest snapshot configured by this package (` 6.8 -SNAPSHOT ` at the moment)
93+ - ` latest ` (default): latest snapshot configured by this package (` 6.9 -SNAPSHOT ` at the moment)
9494- ` YYYYMMDD ` : snapshot by date (example: ` 20260201 ` )
9595- ` X.Y ` : release version (example: ` 6.7 ` , ` 4.0 ` )
9696
@@ -317,7 +317,7 @@ Example:
317317
318318``` bash
319319export LTP_PATH=/path/to/cache
320- export LTP_JAR_DIR_PATH=/path/to/LanguageTool-6.8 -SNAPSHOT
320+ export LTP_JAR_DIR_PATH=/path/to/LanguageTool-6.9 -SNAPSHOT
321321```
322322
323323## Resource Management
Original file line number Diff line number Diff line change 4848FILENAME_RELEASE = "LanguageTool-{version}.zip"
4949
5050LTP_DOWNLOAD_VERSION = "latest"
51- LT_SNAPSHOT_CURRENT_VERSION = "6.8 -SNAPSHOT"
51+ LT_SNAPSHOT_CURRENT_VERSION = "6.9 -SNAPSHOT"
5252
5353JAVA_VERSION_REGEX = re .compile (
5454 r'^(?:java|openjdk) version "(?P<major1>\d+)(|\.(?P<major2>\d+)\.[^"]+)"' ,
You can’t perform that action at this time.
0 commit comments