Skip to content

Commit

Permalink
v0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Borda committed Apr 17, 2021
1 parent c2e2577 commit 5577453
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,16 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).


## [0.3.3] - 2021-04-DD
## [0.3.3] - 2021-04-17

### Changed

- Suppressed missing package warnings, conditioned by `WARN_MISSING_PACKAGE="1"` ([#617](https://github.com/PyTorchLightning/lightning-bolts/pull/617))
- Updated all scripts to LARS ([#613](https://github.com/PyTorchLightning/lightning-bolts/pull/613))

### Fixed

- Add missing `dataclass` requirements ([#618](https://github.com/PyTorchLightning/lightning-bolts/pull/618))


## [0.3.2] - 2021-03-20
Expand Down
2 changes: 1 addition & 1 deletion pl_bolts/__about__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '0.3.3rc'
__version__ = '0.3.3'
__author__ = 'PyTorchLightning et al.'
__author_email__ = 'name@pytorchlightning.ai'
__license__ = 'Apache-2.0'
Expand Down

0 comments on commit 5577453

Please sign in to comment.