Skip to content

Commit f2a1a16

Browse files
chore(release): 1.23.1
1 parent 29f8a48 commit f2a1a16

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

docs/changelog.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
# Release Notes
22
---
33

4+
## [1.23.1](https://github.com/osl-incubator/makim/compare/1.23.0...1.23.1) (2025-02-25)
5+
6+
7+
### Bug Fixes
8+
9+
* Fix and improve the PyInstaller executable output ([#140](https://github.com/osl-incubator/makim/issues/140)) ([29f8a48](https://github.com/osl-incubator/makim/commit/29f8a485eee86be324a045b7cd6924f6dace08ad))
10+
411
# [1.23.0](https://github.com/osl-incubator/makim/compare/1.22.0...1.23.0) (2025-02-24)
512

613

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "makim"
3-
version = "1.23.0" # semantic-release
3+
version = "1.23.1" # semantic-release
44
description = "Simplify the usage of containers"
55
authors = [
66
{name = "Ivan Ogasawara", email = "[email protected]"}

src/makim/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
__author__ = 'Ivan Ogasawara'
44
__email__ = '[email protected]'
5-
__version__ = '1.23.0' # semantic-release
5+
__version__ = '1.23.1' # semantic-release
66

77

88
from makim.core import Makim # noqa: F401

0 commit comments

Comments
 (0)