Skip to content

Commit c6c3d34

Browse files
author
Anupam Bhatnagar
committed
[chore] 0.4.2 release
1 parent 21464e0 commit c6c3d34

File tree

4 files changed

+4
-5
lines changed

4 files changed

+4
-5
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44
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

7-
## NEXT - TBD
7+
## [0.4.2] - 2021-11-08
88
### Fixed
99
- FSDP: Fixed an pre-backward hook bug for certain type of models and FSDP config. [#833]
1010

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,7 @@ FairScale was designed with the following values in mind:
2222

2323
## What's New:
2424

25-
* September 2021 [`master` branch renamed to `main`](https://github.com/github/renaming).
26-
* September 2021 [fairscale 0.4.1 was released](https://github.com/facebookresearch/fairscale/releases/tag/v0.4.1).
25+
* November 2021 [fairscale 0.4.2 was released](https://github.com/facebookresearch/fairscale/releases/tag/v0.4.2).
2726

2827
## Installation
2928

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
author = "Facebook AI Research"
3030

3131
# The full version, including alpha/beta/rc tags
32-
release = "0.4.1"
32+
release = "0.4.2"
3333

3434

3535
# -- General configuration ---------------------------------------------------

fairscale/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# LICENSE file in the root directory of this source tree.
55

66
# Please update the doc version in docs/source/conf.py as well.
7-
__version__ = "0.4.1"
7+
__version__ = "0.4.2"
88

99
################################################################################
1010
# Import most common subpackages

0 commit comments

Comments
 (0)