Skip to content

Commit 0ffac0b

Browse files
committed
Release 18
1 parent a434ada commit 0ffac0b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

mkosi/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
)
4444
from mkosi.versioncomp import GenericVersion
4545

46-
__version__ = "17.1"
46+
__version__ = "18"
4747

4848
ConfigParseCallback = Callable[[Optional[str], Optional[Any]], Any]
4949
ConfigMatchCallback = Callable[[str, Any], bool]

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name = "mkosi"
77
authors = [
88
{name = "mkosi contributors", email = "systemd-devel@lists.freedesktop.org"},
99
]
10-
version = "17.1"
10+
version = "18"
1111
description = "Build Bespoke OS Images"
1212
readme = "README.md"
1313
requires-python = ">=3.9"

0 commit comments

Comments
 (0)