Skip to content

Commit

Permalink
continue towards 1.3 (#6069)
Browse files Browse the repository at this point in the history
  • Loading branch information
Borda authored Feb 19, 2021
1 parent 3645eb1 commit 0b27147
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,23 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).


## [UnReleased] - 2021-MM-DD

### Added


### Changed


### Deprecated


### Removed


### Fixed


## [1.2.0] - 2021-02-18

### Added
Expand Down
2 changes: 1 addition & 1 deletion pytorch_lightning/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import time

_this_year = time.strftime("%Y")
__version__ = '1.2.0'
__version__ = '1.3.0dev'
__author__ = 'William Falcon et al.'
__author_email__ = 'waf2107@columbia.edu'
__license__ = 'Apache-2.0'
Expand Down
1 change: 1 addition & 0 deletions tests/checkpointing/test_legacy_checkpoints.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@
"1.1.6",
"1.1.7",
"1.1.8",
"1.2.0",
]
)
def test_resume_legacy_checkpoints(tmpdir, pl_version):
Expand Down

0 comments on commit 0b27147

Please sign in to comment.