Skip to content

Commit

Permalink
Update version and changelog for jax 0.3.19 release
Browse files Browse the repository at this point in the history
  • Loading branch information
skye committed Sep 27, 2022
1 parent 9e4114f commit d028d93
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Expand Up @@ -8,9 +8,12 @@ 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.19
## jax 0.3.20

## jaxlib 0.3.19
## jaxlib 0.3.20

## jax 0.3.19 (Sep 27, 2022)
* Fixed required jaxlib version

## jax 0.3.18 (Sep 26, 2022)
* [GitHub commits](https://github.com/google/jax/compare/jax-v0.3.17...jax-v0.3.18).
Expand Down
2 changes: 1 addition & 1 deletion jax/version.py
Expand Up @@ -15,7 +15,7 @@
# This file is included as part of both jax and jaxlib. It is also
# eval()-ed by setup.py, so it should not have any dependencies.

__version__ = "0.3.19"
__version__ = "0.3.20"
_minimum_jaxlib_version = "0.3.15"

def _version_as_tuple(version_str):
Expand Down

0 comments on commit d028d93

Please sign in to comment.