Skip to content

Commit

Permalink
chore(release): 1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Mar 8, 2023
1 parent e03886e commit 2a7b89d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion makim/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <ivan.ogasawara@gmail.com>"]
license = "BSD 3 Clause"
Expand Down

0 comments on commit 2a7b89d

Please sign in to comment.