Skip to content

Commit

Permalink
Release 23.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bluca committed Jun 12, 2024
1 parent 425efa0 commit 75b115a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# mkosi Changelog

## v23.1

- Respin due to git tag mismatch

## v23

- Added `CleanScripts=` to allow running custom cleanup code whenever
Expand Down
2 changes: 1 addition & 1 deletion mkosi/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
)
from mkosi.versioncomp import GenericVersion

__version__ = "24~devel"
__version__ = "23.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 = "[email protected]"},
]
version = "23"
version = "23.1"
description = "Build Bespoke OS Images"
readme = "README.md"
requires-python = ">=3.9"
Expand Down

0 comments on commit 75b115a

Please sign in to comment.