From 7860a36f14620297b1e927e4a24721b37bcb2439 Mon Sep 17 00:00:00 2001 From: Erik De Bonte Date: Thu, 29 May 2025 16:28:38 -0700 Subject: [PATCH] Change pyproject.toml version to 2025.0.0rc1 --- RELEASE.md | 2 +- packages/python/pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/RELEASE.md b/RELEASE.md index a16a883..30de287 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -4,7 +4,7 @@ | Release type | Version format | Notes | |--------------|----------------|-------| | Stable | YYYY.0.N | `N` starts at `0` and increments with each release during the year | - | Release candidate | YYYY.O.NrcX | `YYYY.0.N` matches the upcoming stable release and `X` starts at `1` and increments with each RC | + | Release candidate | YYYY.0.NrcX | `YYYY.0.N` matches the upcoming stable release and `X` starts at `1` and increments with each RC | | Beta | YYYY.0.NbX | `YYYY.0.N` matches the upcoming stable release and `X` starts at `1` and increments with each beta release | | Alpha | YYYY.0.NaX | `YYYY.0.N` matches the upcoming stable release and `X` starts at `1` and increments with each alpha release | diff --git a/packages/python/pyproject.toml b/packages/python/pyproject.toml index 48062a1..4cdaf9c 100644 --- a/packages/python/pyproject.toml +++ b/packages/python/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "flit_core.buildapi" [project] name = "lsprotocol" description = 'Python types for Language Server Protocol.' -version = "2024.0.0b2" +version = "2025.0.0rc1" authors = [ { name = "Microsoft Corporation", email = "lsprotocol-help@microsoft.com" }, ]