Skip to content

Commit 073b735

Browse files
awaelchlitchaton
andauthored
Lightning 1.5 release (#10306)
* update changelog * update version in about * update references to 1.5 in readme Co-authored-by: thomas chaton <[email protected]>
1 parent f6ed0bd commit 073b735

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed

CHANGELOG.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ 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.5.0] - 2021-MM-DD
8+
## [1.5.0] - 2021-11-02
99

1010
### Added
1111

@@ -305,9 +305,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
305305
- Fixed an issue with `pl.utilities.seed.reset_seed` converting the `PL_SEED_WORKERS` environment variable to `bool` ([#10099](https://github.com/PyTorchLightning/pytorch-lightning/pull/10099))
306306
- Fixed iterating over a logger collection when `fast_dev_run > 0` ([#10232](https://github.com/PyTorchLightning/pytorch-lightning/pull/10232))
307307
- Fixed `batch_size` in `ResultCollection` not being reset to 1 on epoch end ([#10242](https://github.com/PyTorchLightning/pytorch-lightning/pull/10242))
308-
309-
310-
- Fixed `distrib_type` not being set when Training Plugin instances being passed to Trainer ([#10251](https://github.com/PyTorchLightning/pytorch-lightning/pull/10251))
308+
- Fixed `distrib_type` not being set when training plugin instances are being passed to the Trainer ([#10251](https://github.com/PyTorchLightning/pytorch-lightning/pull/10251))
311309

312310

313311
## [1.4.9] - 2021-09-30

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ Install future release from the source
140140
pip install git+https://github.com/PytorchLightning/pytorch-lightning.git@release/1.4.x --upgrade
141141
```
142142

143-
#### Install bleeding-edge - future 1.5
143+
#### Install bleeding-edge - future 1.6
144144

145145
Install nightly from the source (no guarantees)
146146

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

0 commit comments

Comments
 (0)