File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 4
4
| Release type | Version format | Notes |
5
5
| --------------| ----------------| -------|
6
6
| 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 |
8
8
| Beta | YYYY.0.NbX | ` YYYY.0.N ` matches the upcoming stable release and ` X ` starts at ` 1 ` and increments with each beta release |
9
9
| Alpha | YYYY.0.NaX | ` YYYY.0.N ` matches the upcoming stable release and ` X ` starts at ` 1 ` and increments with each alpha release |
10
10
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ build-backend = "flit_core.buildapi"
5
5
[project ]
6
6
name = " lsprotocol"
7
7
description = ' Python types for Language Server Protocol.'
8
- version = " 2024 .0.0b2 "
8
+ version = " 2025 .0.0rc1 "
9
9
authors = [
10
10
{
name =
" Microsoft Corporation" ,
email =
" [email protected] " },
11
11
]
You can’t perform that action at this time.
0 commit comments