Skip to content

Commit c1920fe

Browse files
authored
set 1.2.0dev (#5132)
1 parent 059eaec commit c1920fe

File tree

2 files changed

+1
-27
lines changed

2 files changed

+1
-27
lines changed

CHANGELOG.md

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -22,32 +22,6 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
2222
### Fixed
2323

2424

25-
26-
## [unreleased.BugFix] - YYYY-MM-DD
27-
28-
### Added
29-
30-
31-
### Changed
32-
33-
34-
### Deprecated
35-
36-
37-
### Removed
38-
39-
40-
### Fixed
41-
42-
- Fixed trainer by default `None` in `DDPAccelerator` ([#4915](https://github.com/PyTorchLightning/pytorch-lightning/pull/4915))
43-
44-
45-
- Fixed `LightningOptimizer` exposes optimizer attributes ([#5095](https://github.com/PyTorchLightning/pytorch-lightning/pull/5095))
46-
47-
48-
- Do not warn when the `name` key is used in the `lr_scheduler` dict ([#5057](https://github.com/PyTorchLightning/pytorch-lightning/pull/5057))
49-
50-
5125
## [1.1.0] - 2020-12-09
5226

5327
### Added

pytorch_lightning/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""Root package info."""
22

3-
__version__ = '1.1.1rc0'
3+
__version__ = '1.2.0dev'
44
__author__ = 'William Falcon et al.'
55
__author_email__ = '[email protected]'
66
__license__ = 'Apache-2.0'

0 commit comments

Comments
 (0)