Skip to content

Commit b9b3ec5

Browse files
committed
v1.3.1
1 parent 86e827e commit b9b3ec5

File tree

3 files changed

+3
-19
lines changed

3 files changed

+3
-19
lines changed

CHANGELOG.md

Lines changed: 2 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -5,27 +5,13 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
66

77

8-
## [1.3.x] - 2021-MM-DD
9-
10-
### Added
11-
12-
13-
### Changed
14-
15-
16-
### Deprecated
17-
18-
19-
### Removed
20-
8+
## [1.3.1] - 2021-05-11
219

2210
### Fixed
2311

24-
2512
- Fixed DeepSpeed with IterableDatasets ([#7362](https://github.com/PyTorchLightning/pytorch-lightning/pull/7362))
26-
27-
2813
- Fixed `Trainer.current_epoch` not getting restored after tuning ([#7434](https://github.com/PyTorchLightning/pytorch-lightning/pull/7434))
14+
- Fixed local rank displayed in console log ([#7395](https://github.com/PyTorchLightning/pytorch-lightning/pull/7395))
2915

3016

3117
## [1.3.0] - 2021-05-06

docs/source/governance.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,3 @@ Alumni
3838
- Jeff Ling (`jeffling <https://github.com/jeffling>`_)
3939
- Teddy Koker (`teddykoker <https://github.com/teddykoker>`_)
4040
- Nate Raw (`nateraw <https://github.com/nateraw>`_)
41-
42-

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.3.0'
4+
__version__ = '1.3.1'
55
__author__ = 'William Falcon et al.'
66
__author_email__ = '[email protected]'
77
__license__ = 'Apache-2.0'

0 commit comments

Comments
 (0)