]> git.ipfire.org Git - thirdparty/mkosi.git/commitdiff
Version 13 v13
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Tue, 21 Jun 2022 17:26:46 +0000 (19:26 +0200)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Tue, 21 Jun 2022 17:26:46 +0000 (19:26 +0200)
mkosi/__init__.py
setup.py

index b9db52eaff9216ee1a3f0adaf5e15ac7d8232749..3aab454bc833854dd1c79a7a2044282e72376bc8 100644 (file)
@@ -105,7 +105,7 @@ from .manifest import Manifest
 
 complete_step = MkosiPrinter.complete_step
 
-__version__ = "12"
+__version__ = "13"
 
 
 # These types are only generic during type checking and not at runtime, leading
index 613aa31d7214313b8b1c12ae72b6f6e9151ec233..dc2d386f3e97a07a032ca01f284d6075fe4ed510 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -18,7 +18,7 @@ class BuildManpage(Command):
 
 setup(
     name="mkosi",
-    version="12",
+    version="13",
     description="Build Bespoke OS Images",
     url="https://github.com/systemd/mkosi",
     maintainer="mkosi contributors",