Skip to content

Commit

Permalink
Update values after jax release
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 448854487
  • Loading branch information
yashk2810 authored and jax authors committed May 16, 2022
1 parent f572646 commit 6a66052
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG.md
Expand Up @@ -8,12 +8,17 @@ 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.3.12 (Unreleased)
* [GitHub commits](https://github.com/google/jax/compare/jax-v0.3.11...main).
## jax 0.3.13 (Unreleased)
* [GitHub commits](https://github.com/google/jax/compare/jaxlib-v0.3.12...main).

## jaxlib 0.3.11 (Unreleased)
* [GitHub commits](https://github.com/google/jax/compare/jaxlib-v0.3.10...main).

## jax 0.3.12 (May 15, 2022)
* [GitHub commits](https://github.com/google/jax/compare/jax-v0.3.11...jax-v0.3.12).
* Changes
* Fixes [#10717](https://github.com/google/jax/issues/10717).

## jax 0.3.11 (May 15, 2022)
* [GitHub commits](https://github.com/google/jax/compare/jax-v0.3.10...jax-v0.3.11).
* Changes
Expand Down
2 changes: 1 addition & 1 deletion jax/version.py
Expand Up @@ -15,7 +15,7 @@
def _version_as_tuple(version_str):
return tuple(int(i) for i in version_str.split(".") if i.isdigit())

__version__ = "0.3.12"
__version__ = "0.3.13"
__version_info__ = _version_as_tuple(__version__)

_minimum_jaxlib_version = "0.3.7"
Expand Down

0 comments on commit 6a66052

Please sign in to comment.