Skip to content

Commit

Permalink
Release 17
Browse files Browse the repository at this point in the history
  • Loading branch information
bluca committed Sep 19, 2023
1 parent dfda368 commit 6b4143c
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 @@ -38,7 +38,7 @@
)
from mkosi.versioncomp import GenericVersion

__version__ = "16"
__version__ = "17"

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 = "16"
version = "17"
description = "Build Bespoke OS Images"
readme = "README.md"
requires-python = ">=3.9"
Expand Down

0 comments on commit 6b4143c

Please sign in to comment.