From 882e20462836d59b4657027b5dbf72797db5083e Mon Sep 17 00:00:00 2001 From: Ethan Harris Date: Tue, 22 Jun 2021 11:27:25 +0100 Subject: [PATCH] Update CHANGELOG and bump version (#446) --- CHANGELOG.md | 2 +- flash/__about__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 28add0c6a3..e0cd304de7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/). -## [0.4.0] - YYYY-MM-DD +## [0.4.0] - 2021-06-22 ### Added diff --git a/flash/__about__.py b/flash/__about__.py index 6a77f946bd..f39a02c804 100644 --- a/flash/__about__.py +++ b/flash/__about__.py @@ -1,4 +1,4 @@ -__version__ = "0.4.0rc1" +__version__ = "0.4.0" __author__ = "PyTorchLightning et al." __author_email__ = "name@pytorchlightning.ai" __license__ = 'Apache-2.0'