From 2f6f5a8f1f101a826b64c32da89f20959b4ca7ef Mon Sep 17 00:00:00 2001 From: Daan De Meyer Date: Fri, 24 Jan 2025 10:05:32 +0100 Subject: [PATCH] Release 25.1 --- 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 061475899..3aafd1967 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__ = "26~devel" +__version__ = "25.1" # The following constants are taken from the Linux kernel headers. AT_EMPTY_PATH = 0x1000 diff --git a/pyproject.toml b/pyproject.toml index f3a32448e..0962d5f58 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" +version = "25.1" description = "Build Bespoke OS Images" readme = "README.md" requires-python = ">=3.9"