From: Daan De Meyer Date: Thu, 23 Jan 2025 12:35:42 +0000 (+0100) Subject: Release 25 X-Git-Tag: v25^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=52448a27f6f869c108352ed82fcfb9be633703fb;p=thirdparty%2Fmkosi.git Release 25 --- diff --git a/mkosi/sandbox.py b/mkosi/sandbox.py index 55cad9932..2a0685e0a 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__ = "25~devel" +__version__ = "25" # The following constants are taken from the Linux kernel headers. AT_EMPTY_PATH = 0x1000 diff --git a/pyproject.toml b/pyproject.toml index c2a204344..f3a32448e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ name = "mkosi" authors = [ {name = "mkosi contributors", email = "systemd-devel@lists.freedesktop.org"}, ] -version = "24.3" +version = "25" description = "Build Bespoke OS Images" readme = "README.md" requires-python = ">=3.9"