set 1.2.0dev (#5132)

This commit is contained in:
Jirka Borovec 2020-12-14 19:14:20 +01:00 committed by GitHub
parent 059eaecbb4
commit c1920fefe1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 27 deletions

View File

@ -22,32 +22,6 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
### Fixed
## [unreleased.BugFix] - YYYY-MM-DD
### Added
### Changed
### Deprecated
### Removed
### Fixed
- Fixed trainer by default `None` in `DDPAccelerator` ([#4915](https://github.com/PyTorchLightning/pytorch-lightning/pull/4915))
- Fixed `LightningOptimizer` exposes optimizer attributes ([#5095](https://github.com/PyTorchLightning/pytorch-lightning/pull/5095))
- Do not warn when the `name` key is used in the `lr_scheduler` dict ([#5057](https://github.com/PyTorchLightning/pytorch-lightning/pull/5057))
## [1.1.0] - 2020-12-09
### Added

View File

@ -1,6 +1,6 @@
"""Root package info."""
__version__ = '1.1.1rc0'
__version__ = '1.2.0dev'
__author__ = 'William Falcon et al.'
__author_email__ = 'waf2107@columbia.edu'
__license__ = 'Apache-2.0'