From 2a7b89dddcef53e08c28014cc6c05da34d387d6e Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 8 Mar 2023 04:10:58 +0000 Subject: [PATCH] chore(release): 1.6.1 --- docs/changelog.md | 7 +++++++ makim/__init__.py | 2 +- pyproject.toml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/docs/changelog.md b/docs/changelog.md index ac23846..79c769e 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,6 +1,13 @@ # Release Notes --- +## [1.6.1](https://github.com/osl-incubator/makim/compare/1.6.0...1.6.1) (2023-03-08) + + +### Bug Fixes + +* Fix IF statement and arguments used by dependencies ([#24](https://github.com/osl-incubator/makim/issues/24)) ([e03886e](https://github.com/osl-incubator/makim/commit/e03886ef0340e1233926946397b6dda0432541f6)) + # [1.6.0](https://github.com/osl-incubator/makim/compare/1.5.0...1.6.0) (2023-02-26) diff --git a/makim/__init__.py b/makim/__init__.py index 543127c..5cad833 100644 --- a/makim/__init__.py +++ b/makim/__init__.py @@ -3,7 +3,7 @@ __author__ = 'Ivan Ogasawara' __email__ = 'ivan.ogasawara@gmail.com' -__version__ = '1.6.0' # semantic-release +__version__ = '1.6.1' # semantic-release from makim.makim import Makim # noqa: F401 diff --git a/pyproject.toml b/pyproject.toml index 70c404a..72cf7c2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "makim" -version = "1.6.0" # semantic-release +version = "1.6.1" # semantic-release description = "Simplify the usage of containers" authors = ["Ivan Ogasawara "] license = "BSD 3 Clause"