Skip to content

Commit 5d5dac7

Browse files
chore(release): 1.11.4
1 parent 96c6453 commit 5d5dac7

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

docs/changelog.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
# Release Notes
22
---
33

4+
## [1.11.4](https://github.com/osl-incubator/sugar/compare/1.11.3...1.11.4) (2024-05-07)
5+
6+
7+
### Bug Fixes
8+
9+
* Isolate dependencies for stats plot ([#120](https://github.com/osl-incubator/sugar/issues/120)) ([96c6453](https://github.com/osl-incubator/sugar/commit/96c64532d3757fbdd4d0bb8e487f992e27b9e4dc))
10+
411
## [1.11.3](https://github.com/osl-incubator/sugar/compare/1.11.2...1.11.3) (2024-05-07)
512

613

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "containers-sugar"
3-
version = "1.11.3" # semantic-release
3+
version = "1.11.4" # semantic-release
44
description = "Simplify the usage of containers"
55
readme = "README.md"
66
authors = ["Ivan Ogasawara <[email protected]>"]

src/sugar/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
__author__ = 'Ivan Ogasawara'
44
__email__ = '[email protected]'
5-
__version__ = '1.11.3' # semantic-release
5+
__version__ = '1.11.4' # semantic-release
66

77

88
from sugar.core import Sugar # noqa: F401

0 commit comments

Comments
 (0)