From 4111abf52c6f601dc9e1119a3180a6157032c20b Mon Sep 17 00:00:00 2001 From: Jirka Date: Thu, 28 Mar 2024 00:11:55 +0100 Subject: [PATCH] releasing `0.11.2` --- CHANGELOG.md | 17 +---------------- src/lightning_utilities/__about__.py | 2 +- 2 files changed, 2 insertions(+), 17 deletions(-) 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"