Update version and changelog for jax 0.3.19 release

This commit is contained in:
Skye Wanderman-Milne 2022-09-27 11:00:27 -07:00
parent 9e4114f0f1
commit d028d93983
2 changed files with 6 additions and 3 deletions

View File

@ -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).

View File

@ -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):