From c3aa6e9818b20da8e55a8f02b19d87748295a490 Mon Sep 17 00:00:00 2001 From: Kaushik B <45285388+kaushikb11@users.noreply.github.com> Date: Mon, 11 Oct 2021 21:36:01 +0200 Subject: [PATCH] Prepare v1.5.0rc0 (#9893) --- CHANGELOG.md | 2 +- pytorch_lightning/__about__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 074f06fe2d..d40ff2c113 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,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/). -## [unReleased] - 2021-MM-DD +## [1.5.0] - 2021-MM-DD ### Added diff --git a/pytorch_lightning/__about__.py b/pytorch_lightning/__about__.py index 5bfc1ae6d3..6d6318dbc4 100644 --- a/pytorch_lightning/__about__.py +++ b/pytorch_lightning/__about__.py @@ -1,7 +1,7 @@ import time _this_year = time.strftime("%Y") -__version__ = "1.5.0dev" +__version__ = "1.5.0rc0" __author__ = "William Falcon et al." __author_email__ = "waf2107@columbia.edu" __license__ = "Apache-2.0"