Skip to content

Commit 3b7afb9

Browse files
authored
prepare v1.1.8 (#5839)
1 parent 0b7f5a8 commit 3b7afb9

File tree

3 files changed

+3
-10
lines changed

3 files changed

+3
-10
lines changed

CHANGELOG.md

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,7 @@ 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-
## [unreleased] - YYYY-MM-DD
8-
9-
### Added
10-
11-
### Changed
12-
13-
### Deprecated
14-
15-
### Removed
7+
## [1.1.8] - 2021-02-06
168

179
### Fixed
1810

pytorch_lightning/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
import time
77

88
_this_year = time.strftime("%Y")
9-
__version__ = '1.1.7'
9+
__version__ = '1.1.8'
1010
__author__ = 'William Falcon et al.'
1111
__author_email__ = '[email protected]'
1212
__license__ = 'Apache-2.0'

tests/checkpointing/test_legacy_checkpoints.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@
4848
"1.1.4",
4949
"1.1.5",
5050
"1.1.6",
51+
"1.1.7",
5152
])
5253
def test_resume_legacy_checkpoints(tmpdir, pl_version):
5354
path_dir = os.path.join(LEGACY_CHECKPOINTS_PATH, pl_version)

0 commit comments

Comments
 (0)