From: Daan De Meyer Date: Fri, 24 Jan 2025 09:05:32 +0000 (+0100) Subject: Release 25.1 X-Git-Tag: v25.1^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2f6f5a8f1f101a826b64c32da89f20959b4ca7ef;p=thirdparty%2Fmkosi.git Release 25.1 --- 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 os 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"