Skip to content

Commit b8c3365

Browse files
authored
chore: bump LT release version related to snapshots (jxmorris12#160)
1 parent 2ca0fdd commit b8c3365

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

9292
Accepted 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
319319
export 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

language_tool_python/download_lt.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
FILENAME_RELEASE = "LanguageTool-{version}.zip"
4949

5050
LTP_DOWNLOAD_VERSION = "latest"
51-
LT_SNAPSHOT_CURRENT_VERSION = "6.8-SNAPSHOT"
51+
LT_SNAPSHOT_CURRENT_VERSION = "6.9-SNAPSHOT"
5252

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

0 commit comments

Comments
 (0)