From c6c3d343f9789d914d3248bba00929dffd6972eb Mon Sep 17 00:00:00 2001 From: Anupam Bhatnagar Date: Mon, 8 Nov 2021 11:32:38 -0800 Subject: [PATCH] [chore] 0.4.2 release --- CHANGELOG.md | 2 +- README.md | 3 +-- docs/source/conf.py | 2 +- fairscale/__init__.py | 2 +- 4 files changed, 4 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c41723b5e..22aaf1783 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file. 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). -## NEXT - TBD +## [0.4.2] - 2021-11-08 ### Fixed - FSDP: Fixed an pre-backward hook bug for certain type of models and FSDP config. [#833] diff --git a/README.md b/README.md index 9d4e19f18..94524e787 100644 --- a/README.md +++ b/README.md @@ -22,8 +22,7 @@ FairScale was designed with the following values in mind: ## What's New: -* September 2021 [`master` branch renamed to `main`](https://github.com/github/renaming). -* September 2021 [fairscale 0.4.1 was released](https://github.com/facebookresearch/fairscale/releases/tag/v0.4.1). +* November 2021 [fairscale 0.4.2 was released](https://github.com/facebookresearch/fairscale/releases/tag/v0.4.2). ## Installation diff --git a/docs/source/conf.py b/docs/source/conf.py index bbf963138..afe87e4bd 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -29,7 +29,7 @@ author = "Facebook AI Research" # The full version, including alpha/beta/rc tags -release = "0.4.1" +release = "0.4.2" # -- General configuration --------------------------------------------------- diff --git a/fairscale/__init__.py b/fairscale/__init__.py index de47cbba6..73a71480c 100644 --- a/fairscale/__init__.py +++ b/fairscale/__init__.py @@ -4,7 +4,7 @@ # LICENSE file in the root directory of this source tree. # Please update the doc version in docs/source/conf.py as well. -__version__ = "0.4.1" +__version__ = "0.4.2" ################################################################################ # Import most common subpackages