Skip to content

Commit 95aa11d

Browse files
committed
Release 16
1 parent 36636d2 commit 95aa11d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

mkosi/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
)
3939
from mkosi.versioncomp import GenericVersion
4040

41-
__version__ = "15.1"
41+
__version__ = "16"
4242

4343
ConfigParseCallback = Callable[[Optional[str], Optional[Any]], Any]
4444
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 = "[email protected]"},
99
]
10-
version = "15.1"
10+
version = "16"
1111
description = "Build Bespoke OS Images"
1212
readme = "README.md"
1313
requires-python = ">=3.9"

0 commit comments

Comments
 (0)