From dbeb97d394740bfd122a46249c967139c10d3f11 Mon Sep 17 00:00:00 2001 From: Yash Katariya Date: Thu, 23 Sep 2021 10:58:55 -0700 Subject: [PATCH] Create 0.2.21 jax release PiperOrigin-RevId: 398528427 --- CHANGELOG.md | 8 ++++++-- jax/version.py | 2 +- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e03f4622c..35deab467 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,9 +8,13 @@ Remember to align the itemized text with the first line of an item within a list PLEASE REMEMBER TO CHANGE THE '..main' WITH AN ACTUAL TAG in GITHUB LINK. --> -## jax 0.2.21 (Unreleased) +## jax 0.2.22 (Unreleased) * [GitHub - commits](https://github.com/google/jax/compare/jax-v0.2.20...main). + commits](https://github.com/google/jax/compare/jax-v0.2.21...main). + +## jax 0.2.21 (Sept 23, 2021) +* [GitHub + commits](https://github.com/google/jax/compare/jax-v0.2.20...jax-v0.2.21). * Breaking Changes * `jax.api` has been removed. Functions that were available as `jax.api.*` were aliases for functions in `jax.*`; please use the functions in diff --git a/jax/version.py b/jax/version.py index 845bdf1f2..c15668124 100644 --- a/jax/version.py +++ b/jax/version.py @@ -12,5 +12,5 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = "0.2.20" +__version__ = "0.2.21" _minimum_jaxlib_version = "0.1.69"