From d42f7c03e9e2f35c06439c2f722155979a73a6ed Mon Sep 17 00:00:00 2001 From: awaelchli Date: Sun, 14 Jul 2024 21:56:10 +0200 Subject: [PATCH] Bump version to 0.11.4 for release (#282) --------- Co-authored-by: Jirka Borovec <6035284+Borda@users.noreply.github.com> --- CHANGELOG.md | 6 ++---- src/lightning_utilities/__about__.py | 2 +- 2 files changed, 3 insertions(+), 5 deletions(-) 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"