Skip to content

Commit 54c625c

Browse files
committed
Release 25.3
1 parent 71e8404 commit 54c625c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

mkosi/sandbox.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
import sys
1414
import warnings # noqa: F401 (loaded lazily by os.execvp() which happens too late)
1515

16-
__version__ = "26~devel"
16+
__version__ = "25.3"
1717

1818
# The following constants are taken from the Linux kernel headers.
1919
AT_EMPTY_PATH = 0x1000

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name = "mkosi"
77
authors = [
88
{name = "mkosi contributors", email = "[email protected]"},
99
]
10-
version = "25.2"
10+
version = "25.3"
1111
description = "Build Bespoke OS Images"
1212
readme = "README.md"
1313
requires-python = ">=3.9"

0 commit comments

Comments
 (0)