Skip to content

Commit 1fc8f50

Browse files
chore(release): 1.7.1
1 parent c77c6f9 commit 1fc8f50

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

docs/changelog.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
# Release Notes
22
---
33

4+
## [1.7.1](https://github.com/osl-incubator/makim/compare/1.7.0...1.7.1) (2023-05-19)
5+
6+
7+
### Bug Fixes
8+
9+
* Fix release workflow and broken dependencies ([#40](https://github.com/osl-incubator/makim/issues/40)) ([c77c6f9](https://github.com/osl-incubator/makim/commit/c77c6f96f4b550e8bafe6d877719bb137d40aa11)), closes [/github.com/ionrock/cachecontrol/issues/292#issuecomment-1536120527](https://github.com//github.com/ionrock/cachecontrol/issues/292/issues/issuecomment-1536120527)
10+
411
# [1.7.0](https://github.com/osl-incubator/makim/compare/1.6.7...1.7.0) (2023-05-19)
512

613

makim/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
__author__ = 'Ivan Ogasawara'
55
__email__ = 'ivan.ogasawara@gmail.com'
6-
__version__ = '1.7.0' # semantic-release
6+
__version__ = '1.7.1' # semantic-release
77

88

99
from makim.makim import Makim # noqa: F401

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "makim"
3-
version = "1.7.0" # semantic-release
3+
version = "1.7.1" # semantic-release
44
description = "Simplify the usage of containers"
55
authors = ["Ivan Ogasawara <ivan.ogasawara@gmail.com>"]
66
license = "BSD 3 Clause"

0 commit comments

Comments
 (0)