Skip to content

Commit

Permalink
chore(release): 1.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Feb 4, 2024
1 parent 4faef7c commit 4373c42
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.11.1](https://github.com/osl-incubator/sugar/compare/1.11.0...1.11.1) (2024-02-04)


### Bug Fixes

* Fix initial configuration for stats plot ([#114](https://github.com/osl-incubator/sugar/issues/114)) ([4faef7c](https://github.com/osl-incubator/sugar/commit/4faef7c423ab39655c89dde94175eb3e84e0e3e5))

# [1.11.0](https://github.com/osl-incubator/sugar/compare/1.10.0...1.11.0) (2024-02-04)


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

__author__ = 'Ivan Ogasawara'
__email__ = '[email protected]'
__version__ = '1.11.0' # semantic-release
__version__ = '1.11.1' # semantic-release


from sugar.core import Sugar # noqa: F401

0 comments on commit 4373c42

Please sign in to comment.