diff --git a/CHANGELOG.md b/CHANGELOG.md index 57dcf018e2..0e9c90803b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,20 @@ 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-MM-DD + +### Added + + +### Changed + + +### Deprecated + + +### Fixed + + ## [0.3.2] - 2021-06-08 ### Fixed diff --git a/flash/__about__.py b/flash/__about__.py index 157a332718..fd0425d4c5 100644 --- a/flash/__about__.py +++ b/flash/__about__.py @@ -1,4 +1,4 @@ -__version__ = "0.3.2" +__version__ = "0.3.3dev" __author__ = "PyTorchLightning et al." __author_email__ = "name@pytorchlightning.ai" __license__ = 'Apache-2.0'