diff --git a/CHANGELOG.md b/CHANGELOG.md index de1702ba..245cdb2a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,15 +6,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). --- -## [UnRaleased] - 2024-MM-DD + +## [0.11.4] - 2024-07-15 ### Changed - Replaced deprecated `pkg_resources` with `importlib.metadata` ([#281](https://github.com/Lightning-AI/utilities/pull/281)) -### Fixed - -- ## [0.11.3] - 2024-06-26 diff --git a/src/lightning_utilities/__about__.py b/src/lightning_utilities/__about__.py index 9b8233e8..781b80dd 100644 --- a/src/lightning_utilities/__about__.py +++ b/src/lightning_utilities/__about__.py @@ -1,6 +1,6 @@ import time -__version__ = "0.11.3.post0" +__version__ = "0.11.4" __author__ = "Lightning AI et al." __author_email__ = "pytorch@lightning.ai" __license__ = "Apache-2.0"