From 19788834a4b7333277ad22007d67e9a254ad592c Mon Sep 17 00:00:00 2001 From: Ethan Harris Date: Fri, 5 Nov 2021 15:03:10 +0000 Subject: [PATCH] Bump version to 0.6.0dev --- CHANGELOG.md | 8 ++++++++ flash/__about__.py | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c2cd835a7c..9bd9a8dbac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,14 @@ 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/). +## [Unreleased] - YYYY-DD-MM + +### Added + +### Changed + +### Fixed + ## [0.5.2] - 2021-11-05 ### Added diff --git a/flash/__about__.py b/flash/__about__.py index bb100234ea..e4c0fcb01f 100644 --- a/flash/__about__.py +++ b/flash/__about__.py @@ -1,4 +1,4 @@ -__version__ = "0.5.2" +__version__ = "0.6.0dev" __author__ = "PyTorchLightning et al." __author_email__ = "name@pytorchlightning.ai" __license__ = "Apache-2.0"