]> git.ipfire.org Git - thirdparty/mkosi.git/commitdiff
Release 15.1 v15.1
authorLuca Boccassi <bluca@debian.org>
Thu, 10 Aug 2023 12:08:05 +0000 (13:08 +0100)
committerLuca Boccassi <bluca@debian.org>
Thu, 10 Aug 2023 12:08:05 +0000 (13:08 +0100)
mkosi/config.py
pyproject.toml

index 4b6e9a052c61f027768095eb35c993207bd72ced..393affa675ee620c4cc878280e739c42cd5aeafb 100644 (file)
@@ -38,7 +38,7 @@ from mkosi.util import (
 )
 from mkosi.versioncomp import GenericVersion
 
-__version__ = "15"
+__version__ = "15.1"
 
 ConfigParseCallback = Callable[[str, Optional[str], argparse.Namespace], Any]
 ConfigMatchCallback = Callable[[str, str, argparse.Namespace], bool]
index f6eb3dff34b658cb9150793c6da870450a8714fe..e8b808b37f04cae6a792b4fad84247adfcf53b81 100644 (file)
@@ -7,7 +7,7 @@ name = "mkosi"
 authors = [
     {name = "mkosi contributors", email = "systemd-devel@lists.freedesktop.org"},
 ]
-version = "15"
+version = "15.1"
 description = "Build Bespoke OS Images"
 readme = "README.md"
 requires-python = ">=3.9"