From: Zbigniew Jędrzejewski-Szmek Date: Thu, 27 Oct 2022 16:04:37 +0000 (+0200) Subject: Version 14 X-Git-Tag: v14^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c9772ec920f1cd03181ba14e6fe2c3d35ccb4f92;p=thirdparty%2Fmkosi.git Version 14 --- diff --git a/mkosi/__init__.py b/mkosi/__init__.py index b77091419..eb0397bf1 100644 --- a/mkosi/__init__.py +++ b/mkosi/__init__.py @@ -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 diff --git a/setup.py b/setup.py index 8cbbfdb7b..61f632fba 100755 --- 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",