]> git.ipfire.org Git - thirdparty/mkosi.git/commitdiff
Version 14 v14
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Thu, 27 Oct 2022 16:04:37 +0000 (18:04 +0200)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Thu, 27 Oct 2022 16:04:37 +0000 (18:04 +0200)
mkosi/__init__.py
setup.py

index b770914194ddbfb5f31c54093a849f7bed0c780e..eb0397bf18ba63f738499f9571052d8464cc472c 100644 (file)
@@ -106,7 +106,7 @@ from .syscall import blkpg_add_partition, blkpg_del_partition, reflink
 
 complete_step = MkosiPrinter.complete_step
 
-__version__ = "13"
+__version__ = "14"
 
 
 # These types are only generic during type checking and not at runtime, leading
index 8cbbfdb7bc09c8a7c67549a2cd8ae8e3f2f06186..61f632fbadb7d080d353636427e34f35bdf864c6 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -18,7 +18,7 @@ class BuildManpage(Command):
 
 setup(
     name="mkosi",
-    version="13",
+    version="14",
     description="Build Bespoke OS Images",
     url="https://github.com/systemd/mkosi",
     maintainer="mkosi contributors",