From 52448a27f6f869c108352ed82fcfb9be633703fb Mon Sep 17 00:00:00 2001 From: Daan De Meyer Date: Thu, 23 Jan 2025 13:35:42 +0100 Subject: [PATCH] Release 25 --- mkosi/sandbox.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 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"