Skip to content

Commit 8154bca

Browse files
chore(release): 1.15.1
1 parent 35fd405 commit 8154bca

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

docs/changelog.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
# Release Notes
22
---
33

4+
## [1.15.1](https://github.com/osl-incubator/makim/compare/1.15.0...1.15.1) (2024-05-02)
5+
6+
7+
### Bug Fixes
8+
9+
* Fix issues with python version on CI ([#107](https://github.com/osl-incubator/makim/issues/107)) ([35fd405](https://github.com/osl-incubator/makim/commit/35fd405fd1406f5396d25f3f2629a72da8741cc5))
10+
411
# [1.15.0](https://github.com/osl-incubator/makim/compare/1.14.0...1.15.0) (2024-04-04)
512

613

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "makim"
3-
version = "1.15.0" # semantic-release
3+
version = "1.15.1" # semantic-release
44
description = "Simplify the usage of containers"
55
authors = ["Ivan Ogasawara <ivan.ogasawara@gmail.com>"]
66
license = "BSD 3 Clause"

src/makim/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
__author__ = 'Ivan Ogasawara'
44
__email__ = 'ivan.ogasawara@gmail.com'
5-
__version__ = '1.15.0' # semantic-release
5+
__version__ = '1.15.1' # semantic-release
66

77

88
from makim.core import Makim # noqa: F401

0 commit comments

Comments
 (0)