From: Daan De Meyer Date: Fri, 24 Jan 2025 14:27:05 +0000 (+0100) Subject: Release 25.2 X-Git-Tag: v25.2^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5a7644af52916f3c813a26cc2fc8a2c0e7835352;p=thirdparty%2Fmkosi.git Release 25.2 --- diff --git a/mkosi/sandbox.py b/mkosi/sandbox.py index 061475899..bfcdb8bc6 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__ = "25.2" # The following constants are taken from the Linux kernel headers. AT_EMPTY_PATH = 0x1000 diff --git a/pyproject.toml b/pyproject.toml index 0962d5f58..66ab324a2 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.1" +version = "25.2" description = "Build Bespoke OS Images" readme = "README.md" requires-python = ">=3.9"