Skip to content

Commit

Permalink
Release 20.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bluca committed Jan 12, 2024
1 parent 01d02d7 commit 42e05c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mkosi/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
from mkosi.util import INVOKING_USER, StrEnum, chdir, flatten, is_power_of_2
from mkosi.versioncomp import GenericVersion

__version__ = "20"
__version__ = "20.1"

ConfigParseCallback = Callable[[Optional[str], Optional[Any]], Any]
ConfigMatchCallback = Callable[[str, Any], bool]
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ name = "mkosi"
authors = [
{name = "mkosi contributors", email = "systemd-devel@lists.freedesktop.org"},
]
version = "20"
version = "20.1"
description = "Build Bespoke OS Images"
readme = "README.md"
requires-python = ">=3.9"
Expand Down

0 comments on commit 42e05c2

Please sign in to comment.