From: Zbigniew Jędrzejewski-Szmek Date: Tue, 21 Jun 2022 17:26:46 +0000 (+0200) Subject: Version 13 X-Git-Tag: v13^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a2091d1cd31294dc2611649d09a51cc8fb2817fd;p=thirdparty%2Fmkosi.git Version 13 --- diff --git a/mkosi/__init__.py b/mkosi/__init__.py index b9db52eaf..3aab454bc 100644 --- a/mkosi/__init__.py +++ b/mkosi/__init__.py @@ -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 diff --git a/setup.py b/setup.py index 613aa31d7..dc2d386f3 100755 --- 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",