]> git.ipfire.org Git - thirdparty/mkosi.git/commitdiff
Bump version numbers for v15 v15
authorLuca Boccassi <bluca@debian.org>
Thu, 10 Aug 2023 08:46:24 +0000 (09:46 +0100)
committerLuca Boccassi <bluca@debian.org>
Thu, 10 Aug 2023 08:46:24 +0000 (09:46 +0100)
mkosi/config.py
pyproject.toml

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