]> git.ipfire.org Git - thirdparty/mkosi.git/commitdiff
Release 16 v16
authorLuca Boccassi <bluca@debian.org>
Thu, 7 Sep 2023 17:54:40 +0000 (18:54 +0100)
committerLuca Boccassi <bluca@debian.org>
Thu, 7 Sep 2023 17:54:40 +0000 (18:54 +0100)
mkosi/config.py
pyproject.toml

index 18a196eef16d9581e965d2d75eb3a0d20b7cf89a..8f21d49700e2cef86afc5dfcebd42568e49fa4b0 100644 (file)
@@ -38,7 +38,7 @@ from mkosi.util import (
 )
 from mkosi.versioncomp import GenericVersion
 
-__version__ = "15.1"
+__version__ = "16"
 
 ConfigParseCallback = Callable[[Optional[str], Optional[Any]], Any]
 ConfigMatchCallback = Callable[[str, Any], bool]
index e89cbb0c7c9551960b3ab223a9456697f7a0de3e..5fd5f9b02a5abad0a3eb7764f44b4fdae8b8948a 100644 (file)
@@ -7,7 +7,7 @@ name = "mkosi"
 authors = [
     {name = "mkosi contributors", email = "systemd-devel@lists.freedesktop.org"},
 ]
-version = "15.1"
+version = "16"
 description = "Build Bespoke OS Images"
 readme = "README.md"
 requires-python = ">=3.9"