Skip to content

Commit

Permalink
chore(release): 1.15.2
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed May 7, 2024
1 parent d533213 commit 3fd8d42
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.15.2](https://github.com/osl-incubator/makim/compare/1.15.1...1.15.2) (2024-05-07)


### Bug Fixes

* Change rich lower bound pin to >=10.11.0 ([#108](https://github.com/osl-incubator/makim/issues/108)) ([d533213](https://github.com/osl-incubator/makim/commit/d53321347541184eb877c18d1d446c59e8900305))

## [1.15.1](https://github.com/osl-incubator/makim/compare/1.15.0...1.15.1) (2024-05-02)


Expand Down
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.15.1" # semantic-release
version = "1.15.2" # semantic-release
description = "Simplify the usage of containers"
authors = ["Ivan Ogasawara <ivan.ogasawara@gmail.com>"]
license = "BSD 3 Clause"
Expand Down
2 changes: 1 addition & 1 deletion src/makim/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

__author__ = 'Ivan Ogasawara'
__email__ = 'ivan.ogasawara@gmail.com'
__version__ = '1.15.1' # semantic-release
__version__ = '1.15.2' # semantic-release


from makim.core import Makim # noqa: F401

0 comments on commit 3fd8d42

Please sign in to comment.