# mkosi Changelog
+## v23.1
+
+- Respin due to git tag mismatch
+
## v23
- Added `CleanScripts=` to allow running custom cleanup code whenever
)
from mkosi.versioncomp import GenericVersion
-__version__ = "24~devel"
+__version__ = "23.1"
ConfigParseCallback = Callable[[Optional[str], Optional[Any]], Any]
ConfigMatchCallback = Callable[[str, Any], bool]
authors = [
{name = "mkosi contributors", email = "systemd-devel@lists.freedesktop.org"},
]
-version = "23"
+version = "23.1"
description = "Build Bespoke OS Images"
readme = "README.md"
requires-python = ">=3.9"