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 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
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ build-backend = "flit_core.buildapi"
55[project ]
66name = " lsprotocol"
77description = ' Python types for Language Server Protocol.'
8- version = " 2024 .0.0b2 "
8+ version = " 2025 .0.0rc1 "
99authors = [
1010 {
name =
" Microsoft Corporation" ,
email =
" [email protected] " },
1111]
You can’t perform that action at this time.
0 commit comments