diff --git a/CHANGELOG.md b/CHANGELOG.md index 4416e5fe..0a1ed66a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,24 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 --- -## [Unreleased] - 2024-MM-DD - -### Added - -- - +## [0.11.1] - 2024-03-25 ### Changed - CI: enable setting python version for package build ([#244](https://github.com/Lightning-AI/utilities/pull/244)) - docs: fix/use PyPI versions for pinning links ([#243](https://github.com/Lightning-AI/utilities/pull/243)) - -### Deprecated - -- - - ### Fixed - docs: do not replace external link for self ([#245](https://github.com/Lightning-AI/utilities/pull/245)) diff --git a/src/lightning_utilities/__about__.py b/src/lightning_utilities/__about__.py index 5f33992f..850f4140 100644 --- a/src/lightning_utilities/__about__.py +++ b/src/lightning_utilities/__about__.py @@ -1,6 +1,6 @@ import time -__version__ = "0.11.0" +__version__ = "0.11.1" __author__ = "Lightning AI et al." __author_email__ = "pytorch@lightning.ai" __license__ = "Apache-2.0"