Skip to content

Commit

Permalink
Pre release (Lightning-AI#5098)
Browse files Browse the repository at this point in the history
* add rc release

* update changelog

* Update CHANGELOG.md

* Update CHANGELOG.md

Co-authored-by: Rohit Gupta <[email protected]>
  • Loading branch information
tchaton and rohitgr7 authored Dec 11, 2020
1 parent 1a970b2 commit ddc3757
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,11 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).

### 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))



## [1.1.0] - 2020-12-09
Expand Down
2 changes: 1 addition & 1 deletion pytorch_lightning/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Root package info."""

__version__ = '1.1.0'
__version__ = '1.1.1rc0'
__author__ = 'William Falcon et al.'
__author_email__ = '[email protected]'
__license__ = 'Apache-2.0'
Expand Down

0 comments on commit ddc3757

Please sign in to comment.