From 75b115aecf6c1011c3360bda4fc1c62250f66998 Mon Sep 17 00:00:00 2001 From: Luca Boccassi Date: Wed, 12 Jun 2024 11:01:47 +0100 Subject: [PATCH] Release 23.1 --- NEWS.md | 4 ++++ mkosi/config.py | 2 +- pyproject.toml | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/NEWS.md b/NEWS.md index c544bab1c..75bdda066 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,5 +1,9 @@ # mkosi Changelog +## v23.1 + +- Respin due to git tag mismatch + ## v23 - Added `CleanScripts=` to allow running custom cleanup code whenever diff --git a/mkosi/config.py b/mkosi/config.py index 327c0c782..ec86ee6c4 100644 --- a/mkosi/config.py +++ b/mkosi/config.py @@ -48,7 +48,7 @@ from mkosi.util import ( ) from mkosi.versioncomp import GenericVersion -__version__ = "24~devel" +__version__ = "23.1" ConfigParseCallback = Callable[[Optional[str], Optional[Any]], Any] ConfigMatchCallback = Callable[[str, Any], bool] diff --git a/pyproject.toml b/pyproject.toml index d2fd0746d..a44bfaae7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ name = "mkosi" authors = [ {name = "mkosi contributors", email = "systemd-devel@lists.freedesktop.org"}, ] -version = "23" +version = "23.1" description = "Build Bespoke OS Images" readme = "README.md" requires-python = ">=3.9" -- 2.47.3