Skip to content

Commit 75b115a

Browse files
committed
Release 23.1
1 parent 425efa0 commit 75b115a

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

NEWS.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# mkosi Changelog
22

3+
## v23.1
4+
5+
- Respin due to git tag mismatch
6+
37
## v23
48

59
- Added `CleanScripts=` to allow running custom cleanup code whenever

mkosi/config.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
)
4949
from mkosi.versioncomp import GenericVersion
5050

51-
__version__ = "24~devel"
51+
__version__ = "23.1"
5252

5353
ConfigParseCallback = Callable[[Optional[str], Optional[Any]], Any]
5454
ConfigMatchCallback = Callable[[str, Any], bool]

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name = "mkosi"
77
authors = [
88
{name = "mkosi contributors", email = "[email protected]"},
99
]
10-
version = "23"
10+
version = "23.1"
1111
description = "Build Bespoke OS Images"
1212
readme = "README.md"
1313
requires-python = ">=3.9"

0 commit comments

Comments
 (0)