Skip to content

Commit db068cc

Browse files
authored
Change pyproject.toml version to 2025.0.0rc1 (#422)
Updating `pyproject.toml` version in preparation for release.
1 parent f31cd42 commit db068cc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

RELEASE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
| Release type | Version format | Notes |
55
|--------------|----------------|-------|
66
| Stable | YYYY.0.N | `N` starts at `0` and increments with each release during the year |
7-
| Release candidate | YYYY.O.NrcX | `YYYY.0.N` matches the upcoming stable release and `X` starts at `1` and increments with each RC |
7+
| Release candidate | YYYY.0.NrcX | `YYYY.0.N` matches the upcoming stable release and `X` starts at `1` and increments with each RC |
88
| Beta | YYYY.0.NbX | `YYYY.0.N` matches the upcoming stable release and `X` starts at `1` and increments with each beta release |
99
| Alpha | YYYY.0.NaX | `YYYY.0.N` matches the upcoming stable release and `X` starts at `1` and increments with each alpha release |
1010

packages/python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "flit_core.buildapi"
55
[project]
66
name = "lsprotocol"
77
description = 'Python types for Language Server Protocol.'
8-
version = "2024.0.0b2"
8+
version = "2025.0.0rc1"
99
authors = [
1010
{ name = "Microsoft Corporation", email = "[email protected]" },
1111
]

0 commit comments

Comments
 (0)