From 2f2a60eec05bfe5aea5dbf77c8208337f57f6994 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20W=C3=A4lchli?= Date: Thu, 16 Dec 2021 01:55:08 +0100 Subject: [PATCH] update version to 1.5.7 --- CHANGELOG.md | 6 ++++++ pytorch_lightning/__about__.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c18801ef3595..400c3a16940f5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ 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/). +## [1.5.7] - 2021-12-21 + +### Fixed + + + ## [1.5.6] - 2021-12-15 ### Fixed diff --git a/pytorch_lightning/__about__.py b/pytorch_lightning/__about__.py index d107d5d77c424..327dd9e6b61fb 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.6" +__version__ = "1.5.7" __author__ = "William Falcon et al." __author_email__ = "waf2107@columbia.edu" __license__ = "Apache-2.0"