diff --git a/containers_sugar/__init__.py b/containers_sugar/__init__.py index 7deab05..a4e2301 100644 --- a/containers_sugar/__init__.py +++ b/containers_sugar/__init__.py @@ -3,7 +3,7 @@ __author__ = 'Ivan Ogasawara' __email__ = 'ivan.ogasawara@gmail.com' -__version__ = '1.4.1' # semantic-release +__version__ = '1.4.2' # semantic-release from containers_sugar.sugar import Sugar # noqa: F401 diff --git a/docs/changelog.md b/docs/changelog.md index 5b72b06..b3ea309 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,6 +1,13 @@ # Release Notes --- +## [1.4.2](https://github.com/osl-incubator/containers-sugar/compare/1.4.1...1.4.2) (2023-03-08) + + +### Bug Fixes + +* Fix the exit function when an error happens ([#64](https://github.com/osl-incubator/containers-sugar/issues/64)) ([6305cd8](https://github.com/osl-incubator/containers-sugar/commit/6305cd8189b2745c56c87f80c53f118965358226)) + ## [1.4.1](https://github.com/osl-incubator/containers-sugar/compare/1.4.0...1.4.1) (2023-02-15) diff --git a/pyproject.toml b/pyproject.toml index 5ec843e..c7479dd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "containers-sugar" -version = "1.4.1" # semantic-release +version = "1.4.2" # semantic-release description = "Simplify the usage of containers" authors = ["Ivan Ogasawara "] license = "BSD 3 Clause"