Skip to content

Commit

Permalink
Release 19
Browse files Browse the repository at this point in the history
  • Loading branch information
keszybz committed Nov 15, 2023
1 parent 59b6f4f commit bbe715f
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 @@ -36,7 +36,7 @@
from mkosi.util import INVOKING_USER, StrEnum, chdir, flatten, is_power_of_2
from mkosi.versioncomp import GenericVersion

__version__ = "18"
__version__ = "19"

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

0 comments on commit bbe715f

Please sign in to comment.