Skip to content

Commit

Permalink
Release 16
Browse files Browse the repository at this point in the history
  • Loading branch information
bluca committed Sep 7, 2023
1 parent 36636d2 commit 95aa11d
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__ = "15.1"
__version__ = "16"

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

0 comments on commit 95aa11d

Please sign in to comment.