From: Daan De Meyer Date: Sun, 14 Apr 2024 17:25:59 +0000 (+0200) Subject: Release 23 X-Git-Tag: v23^0 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7c4240ce0719827003727171f2d0b5e4f5e87040;p=thirdparty%2Fmkosi.git Release 23 --- diff --git a/mkosi/config.py b/mkosi/config.py index 09a1694c6..af7d31d72 100644 --- a/mkosi/config.py +++ b/mkosi/config.py @@ -48,7 +48,7 @@ from mkosi.util import ( ) from mkosi.versioncomp import GenericVersion -__version__ = "23~devel" +__version__ = "23" ConfigParseCallback = Callable[[Optional[str], Optional[Any]], Any] ConfigMatchCallback = Callable[[str, Any], bool] diff --git a/pyproject.toml b/pyproject.toml index 1eaa6402c..d2fd0746d 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~devel" +version = "23" description = "Build Bespoke OS Images" readme = "README.md" requires-python = ">=3.9"