Skip to content

Commit 42e05c2

Browse files
committed
Release 20.1
1 parent 01d02d7 commit 42e05c2

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
@@ -37,7 +37,7 @@
3737
from mkosi.util import INVOKING_USER, StrEnum, chdir, flatten, is_power_of_2
3838
from mkosi.versioncomp import GenericVersion
3939

40-
__version__ = "20"
40+
__version__ = "20.1"
4141

4242
ConfigParseCallback = Callable[[Optional[str], Optional[Any]], Any]
4343
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 = "20"
10+
version = "20.1"
1111
description = "Build Bespoke OS Images"
1212
readme = "README.md"
1313
requires-python = ">=3.9"

0 commit comments

Comments
 (0)