From: Daan De Meyer Date: Wed, 17 Dec 2025 15:45:02 +0000 (+0100) Subject: Release 26 X-Git-Tag: v26^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=84af20892b61c8e177e391f997ded8b4cb5514f2;p=thirdparty%2Fmkosi.git Release 26 --- diff --git a/mkosi/sandbox.py b/mkosi/sandbox.py index 66e8538fc..4a41f333a 100755 --- a/mkosi/sandbox.py +++ b/mkosi/sandbox.py @@ -13,7 +13,7 @@ import os import sys import warnings # noqa: F401 (loaded lazily by os.execvp() which happens too late) -__version__ = "26~devel" +__version__ = "26" # The following constants are taken from the Linux kernel headers. AT_EMPTY_PATH = 0x1000 diff --git a/pyproject.toml b/pyproject.toml index afd90c43d..d673857a0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ name = "mkosi" authors = [ {name = "mkosi contributors", email = "systemd-devel@lists.freedesktop.org"}, ] -version = "25.3" +version = "26" description = "Build Bespoke OS Images" readme = "README.md" requires-python = ">=3.9"