From c596bce092d9f9c93fc816f24bebed451d43069f Mon Sep 17 00:00:00 2001 From: Michael Panchenko Date: Mon, 19 May 2025 16:56:19 +0200 Subject: [PATCH] Bump version --- CHANGELOG.md | 4 ++-- src/serena/__init__.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a62c46b..d40d6d5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# Latest +# 2025-05-19 Changes prior to the next official version change will appear here. @@ -17,7 +17,7 @@ Changes prior to the next official version change will appear here. * Language Servers: * Add further file extensions considered by the language servers for Python (.pyi), JavaScript (.jsx) and TypeScript (.tsx, .jsx) * Updated multilspy, adding support for Kotlin, Dart and C/C++ and several improvements. - * Added support for PhP + * Added support for PHP # 2025-04-07 diff --git a/src/serena/__init__.py b/src/serena/__init__.py index bcb2bdb..d37e1f6 100644 --- a/src/serena/__init__.py +++ b/src/serena/__init__.py @@ -1,4 +1,4 @@ -__version__ = "2025-04-07" +__version__ = "2025-05-19" def serena_root_path() -> str: