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"