From 6807e928d811d8be869abc60fa3268e67321cb34 Mon Sep 17 00:00:00 2001 From: Jirka B Date: Mon, 2 Sep 2024 22:31:54 +0200 Subject: [PATCH] releasing `0.11.7` --- 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 f66bd218..ff6d2575 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,14 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 --- -## [UnReleased] - 2024-MM-DD +## [0.11.7] - 2024-09-02 -### Changed +### Fixed - CI: pass `include-hidden-files: true` to upload created packages ([#303](https://github.com/Lightning-AI/utilities/pull/303)) -### Fixed - ## [0.11.6] - 2024-07-23 diff --git a/src/lightning_utilities/__about__.py b/src/lightning_utilities/__about__.py index 9e1a0c86..60201bf1 100644 --- a/src/lightning_utilities/__about__.py +++ b/src/lightning_utilities/__about__.py @@ -1,6 +1,6 @@ import time -__version__ = "0.11.6" +__version__ = "0.11.7" __author__ = "Lightning AI et al." __author_email__ = "pytorch@lightning.ai" __license__ = "Apache-2.0"