]> git.ipfire.org Git - thirdparty/mkosi.git/commitdiff
Release 21 v21
authorLuca Boccassi <bluca@debian.org>
Thu, 7 Mar 2024 09:42:09 +0000 (09:42 +0000)
committerLuca Boccassi <bluca@debian.org>
Thu, 7 Mar 2024 09:42:09 +0000 (09:42 +0000)
mkosi/config.py
pyproject.toml

index d3c243a278d8445349e68d682738e76bbd831ddc..0883ea3c5bc7434ead6efb5b0377dadd55516b3e 100644 (file)
@@ -45,7 +45,7 @@ from mkosi.util import (
 )
 from mkosi.versioncomp import GenericVersion
 
-__version__ = "20.2"
+__version__ = "21"
 
 ConfigParseCallback = Callable[[Optional[str], Optional[Any]], Any]
 ConfigMatchCallback = Callable[[str, Any], bool]
index 0e8f2bdbf78ac777642060c43c9c74d5f1efd24f..98e19abfe01fc7313d49a60c18c7642db27e9297 100644 (file)
@@ -7,7 +7,7 @@ name = "mkosi"
 authors = [
     {name = "mkosi contributors", email = "systemd-devel@lists.freedesktop.org"},
 ]
-version = "20.2"
+version = "21"
 description = "Build Bespoke OS Images"
 readme = "README.md"
 requires-python = ">=3.9"