Skip to content
This repository was archived by the owner on Jan 20, 2026. It is now read-only.

Commit a675724

Browse files
committed
v0.3.2
1 parent 4ec624e commit a675724

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77

8-
## [0.3.2] - 2021-03-DD
8+
## [0.3.2] - 2021-03-20
99

1010
### Changed
1111

1212
- Renamed SSL modules: `CPCV2` >> `CPC_v2` and `MocoV2` >> `Moco_v2` ([#585](https://github.com/PyTorchLightning/lightning-bolts/pull/585))
13+
- Refactored _setup.py_ to be typing friendly ([#601](https://github.com/PyTorchLightning/lightning-bolts/pull/601))
1314

1415

1516
## [0.3.1] - 2021-03-09

pl_bolts/info.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = '0.3.2rc1'
1+
__version__ = '0.3.2'
22
__author__ = 'PyTorchLightning et al.'
33
__author_email__ = 'name@pytorchlightning.ai'
44
__license__ = 'Apache-2.0'

0 commit comments

Comments
 (0)