]> git.ipfire.org Git - thirdparty/mkosi.git/commitdiff
Release 22 v22
authorLuca Boccassi <bluca@debian.org>
Thu, 14 Mar 2024 11:19:28 +0000 (11:19 +0000)
committerLuca Boccassi <bluca@debian.org>
Thu, 14 Mar 2024 11:19:28 +0000 (11:19 +0000)
mkosi/config.py
pyproject.toml

index fe4d233320fc2ef4e2b63955275f4f796a9991ea..bf4b8b8b52f7f0a371b9a1933a270b358a63e630 100644 (file)
@@ -46,7 +46,7 @@ from mkosi.util import (
 )
 from mkosi.versioncomp import GenericVersion
 
-__version__ = "21"
+__version__ = "22"
 
 ConfigParseCallback = Callable[[Optional[str], Optional[Any]], Any]
 ConfigMatchCallback = Callable[[str, Any], bool]
index 3ff3e810b971d99b1fbd5deb89af676b5a62192a..d1f21feef75d52fe7400af7833d6a0c68b2ff062 100644 (file)
@@ -7,7 +7,7 @@ name = "mkosi"
 authors = [
     {name = "mkosi contributors", email = "systemd-devel@lists.freedesktop.org"},
 ]
-version = "21"
+version = "22"
 description = "Build Bespoke OS Images"
 readme = "README.md"
 requires-python = ">=3.9"