Skip to content

Commit ac7b182

Browse files
chore(release): 1.11.3
1 parent 16b910b commit ac7b182

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

docs/changelog.md

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

4+
## [1.11.3](https://github.com/osl-incubator/sugar/compare/1.11.2...1.11.3) (2024-05-07)
5+
6+
7+
### Bug Fixes
8+
9+
* Change rich lower bound pin to >=10.11.0 ([#118](https://github.com/osl-incubator/sugar/issues/118)) ([eaa9a55](https://github.com/osl-incubator/sugar/commit/eaa9a55f858c126e55604de2ca6a58c5fb833048))
10+
* Fix typo in the release workflow ([#119](https://github.com/osl-incubator/sugar/issues/119)) ([16b910b](https://github.com/osl-incubator/sugar/commit/16b910b97fbeb912e15f4026edec9b2de7b767cf))
11+
412
## [1.11.2](https://github.com/osl-incubator/sugar/compare/1.11.1...1.11.2) (2024-03-15)
513

614

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.2" # semantic-release
3+
version = "1.11.3" # 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.2' # semantic-release
5+
__version__ = '1.11.3' # semantic-release
66

77

88
from sugar.core import Sugar # noqa: F401

0 commit comments

Comments
 (0)