From 704cc724dd9ad8e794bfe42d65eaabb7f9248b3a Mon Sep 17 00:00:00 2001 From: Jirka B Date: Tue, 15 Oct 2024 21:41:43 +0200 Subject: [PATCH] releasing `0.11.8` --- CHANGELOG.md | 5 +---- src/lightning_utilities/__about__.py | 2 +- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a357fd0c..3e9b992b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,15 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 --- -## [UnReleased] - 2024-MM-DD +## [0.11.8] - 2024-10-15 ### Changed - CI: enable custom env. vars in pkg check workflow ([#317](https://github.com/Lightning-AI/utilities/pull/317)) -### Fixed - -- ## [0.11.7] - 2024-09-02 diff --git a/src/lightning_utilities/__about__.py b/src/lightning_utilities/__about__.py index 60201bf1..3a0a0382 100644 --- a/src/lightning_utilities/__about__.py +++ b/src/lightning_utilities/__about__.py @@ -1,6 +1,6 @@ import time -__version__ = "0.11.7" +__version__ = "0.11.8" __author__ = "Lightning AI et al." __author_email__ = "pytorch@lightning.ai" __license__ = "Apache-2.0"