Skip to content

Commit a2e9720

Browse files
awaelchlilexierule
authored andcommitted
update version for 1.5.8 release
1 parent 98fcf1e commit a2e9720

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
66

7+
8+
## [1.5.8] - 2022-01-05
9+
10+
### Fixed
11+
12+
-
13+
14+
715
## [1.5.7] - 2021-12-21
816

917
### Fixed

pytorch_lightning/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import time
22

33
_this_year = time.strftime("%Y")
4-
__version__ = "1.5.7"
4+
__version__ = "1.5.8"
55
__author__ = "William Falcon et al."
66
__author_email__ = "[email protected]"
77
__license__ = "Apache-2.0"

0 commit comments

Comments
 (0)