From 8154bcadff43448ca655099f821b113527f49a4a Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 2 May 2024 00:25:41 +0000 Subject: [PATCH] chore(release): 1.15.1 --- docs/changelog.md | 7 +++++++ pyproject.toml | 2 +- src/makim/__init__.py | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/docs/changelog.md b/docs/changelog.md index 9f1ad09..72d56b2 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,6 +1,13 @@ # Release Notes --- +## [1.15.1](https://github.com/osl-incubator/makim/compare/1.15.0...1.15.1) (2024-05-02) + + +### Bug Fixes + +* 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)) + # [1.15.0](https://github.com/osl-incubator/makim/compare/1.14.0...1.15.0) (2024-04-04) diff --git a/pyproject.toml b/pyproject.toml index dcc043c..6122c12 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "makim" -version = "1.15.0" # semantic-release +version = "1.15.1" # semantic-release description = "Simplify the usage of containers" authors = ["Ivan Ogasawara "] license = "BSD 3 Clause" diff --git a/src/makim/__init__.py b/src/makim/__init__.py index 4df2653..33733c3 100644 --- a/src/makim/__init__.py +++ b/src/makim/__init__.py @@ -2,7 +2,7 @@ __author__ = 'Ivan Ogasawara' __email__ = 'ivan.ogasawara@gmail.com' -__version__ = '1.15.0' # semantic-release +__version__ = '1.15.1' # semantic-release from makim.core import Makim # noqa: F401