From c219aa485d8ac268395e4a79cece0e6d8d215bd7 Mon Sep 17 00:00:00 2001 From: Carlos Mocholi Date: Tue, 23 Feb 2021 18:30:36 +0100 Subject: [PATCH] Update version and remove CHANGELOG whitespace --- CHANGELOG.md | 4 ---- pytorch_lightning/__init__.py | 2 +- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 212de8d2ddf28..e6ea2a380927a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,11 +10,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/). ### Fixed - Fixed incorrect yield logic for the amp autocast context manager ([#6080](https://github.com/PyTorchLightning/pytorch-lightning/pull/6080)) - - - Fixed priority of plugin/accelerator when setting distributed mode ([#6089](https://github.com/PyTorchLightning/pytorch-lightning/pull/6089)) - - - Fixed error message for AMP + CPU incompatibility ([#6107](https://github.com/PyTorchLightning/pytorch-lightning/pull/6107)) diff --git a/pytorch_lightning/__init__.py b/pytorch_lightning/__init__.py index b816a4e8aafb9..234b3220f55b6 100644 --- a/pytorch_lightning/__init__.py +++ b/pytorch_lightning/__init__.py @@ -5,7 +5,7 @@ import time _this_year = time.strftime("%Y") -__version__ = '1.2.0' +__version__ = '1.2.1' __author__ = 'William Falcon et al.' __author_email__ = 'waf2107@columbia.edu' __license__ = 'Apache-2.0'