]> git.ipfire.org Git - thirdparty/mkosi.git/commitdiff
Release 18 v18
authorLuca Boccassi <bluca@debian.org>
Thu, 5 Oct 2023 14:52:38 +0000 (15:52 +0100)
committerLuca Boccassi <bluca@debian.org>
Thu, 5 Oct 2023 14:52:38 +0000 (15:52 +0100)
mkosi/config.py
pyproject.toml

index 5724e0f253a5dcaa92cc5461628f8f0e4fb4863e..2a2076b7f5f2b1dc2152374fac4c716003c469c0 100644 (file)
@@ -43,7 +43,7 @@ from mkosi.util import (
 )
 from mkosi.versioncomp import GenericVersion
 
-__version__ = "17.1"
+__version__ = "18"
 
 ConfigParseCallback = Callable[[Optional[str], Optional[Any]], Any]
 ConfigMatchCallback = Callable[[str, Any], bool]
index 5522cc4780ad5005a558e69208cc9e798440f739..7e8a76b9e17a1cdf85304c32d8ca758542dc92f0 100644 (file)
@@ -7,7 +7,7 @@ name = "mkosi"
 authors = [
     {name = "mkosi contributors", email = "systemd-devel@lists.freedesktop.org"},
 ]
-version = "17.1"
+version = "18"
 description = "Build Bespoke OS Images"
 readme = "README.md"
 requires-python = ">=3.9"