]> git.ipfire.org Git - thirdparty/mkosi.git/commitdiff
Release 20.2 v20.2
authorLuca Boccassi <bluca@debian.org>
Mon, 22 Jan 2024 12:17:22 +0000 (12:17 +0000)
committerLuca Boccassi <bluca@debian.org>
Mon, 22 Jan 2024 12:17:22 +0000 (12:17 +0000)
mkosi/config.py
pyproject.toml

index 3e0a4b200ed31e4e6e76636ecf23b75b2b4e7e09..124312575950892f3a963a242334d1e45b958824 100644 (file)
@@ -37,7 +37,7 @@ from mkosi.types import PathString, SupportsRead
 from mkosi.util import INVOKING_USER, StrEnum, chdir, flatten, is_power_of_2
 from mkosi.versioncomp import GenericVersion
 
-__version__ = "20.1"
+__version__ = "20.2"
 
 ConfigParseCallback = Callable[[Optional[str], Optional[Any]], Any]
 ConfigMatchCallback = Callable[[str, Any], bool]
index dfa79449d4c612bff5a59d435601db2919e62f5e..0e8f2bdbf78ac777642060c43c9c74d5f1efd24f 100644 (file)
@@ -7,7 +7,7 @@ name = "mkosi"
 authors = [
     {name = "mkosi contributors", email = "systemd-devel@lists.freedesktop.org"},
 ]
-version = "20.1"
+version = "20.2"
 description = "Build Bespoke OS Images"
 readme = "README.md"
 requires-python = ">=3.9"