From 919ac5e67f68802f52e4c9a27759a41010991fde Mon Sep 17 00:00:00 2001 From: Jirka Date: Mon, 20 Feb 2023 23:14:43 +0100 Subject: [PATCH] releasing 0.7.0 --- CHANGELOG.md | 6 +----- src/lightning_utilities/__about__.py | 2 +- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e7d13358..c49ce05e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,21 +6,17 @@ 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). -## [UnReleased] - 2023-MM-DD +## [UnReleased] - 2023-02-20 ### Added - Allow frozen dataclasses in `apply_to_collection` ([#98](https://github.com/Lightning-AI/utilities/pull/98)) - - - Extended `StrEnum.from_str` with optional raising ValueError ([#99](https://github.com/Lightning-AI/utilities/pull/99)) ### Changed - CI/docs: allow passing env. variables ([#96](https://github.com/Lightning-AI/utilities/pull/96)) - - - CI: build package ([#104](https://github.com/Lightning-AI/utilities/pull/104)) diff --git a/src/lightning_utilities/__about__.py b/src/lightning_utilities/__about__.py index 6c4a4cb9..7e72bb77 100644 --- a/src/lightning_utilities/__about__.py +++ b/src/lightning_utilities/__about__.py @@ -1,6 +1,6 @@ import time -__version__ = "0.6.0.post0" +__version__ = "0.7.0" __author__ = "Lightning AI et al." __author_email__ = "pytorch@lightning.ai" __license__ = "Apache-2.0"