diff --git a/CHANGELOG.md b/CHANGELOG.md index 13dfda38..033656f2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,22 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 --- -## [Unreleased] - 2024-MM-DD - -### Added - -- - - -### Changed - -- - - -### Deprecated - -- - +## [0.11.2] - 2024-03-28 ### Fixed diff --git a/src/lightning_utilities/__about__.py b/src/lightning_utilities/__about__.py index 850f4140..9b413710 100644 --- a/src/lightning_utilities/__about__.py +++ b/src/lightning_utilities/__about__.py @@ -1,6 +1,6 @@ import time -__version__ = "0.11.1" +__version__ = "0.11.2" __author__ = "Lightning AI et al." __author_email__ = "pytorch@lightning.ai" __license__ = "Apache-2.0"