update version and changelog for pypi

This commit is contained in:
Matthew Johnson 2022-03-18 14:16:00 -07:00
parent b4f47c4f38
commit 4c5d8e969f
2 changed files with 7 additions and 2 deletions

View File

@ -14,9 +14,14 @@ PLEASE REMEMBER TO CHANGE THE '..main' WITH AN ACTUAL TAG in GITHUB LINK.
## jaxlib 0.3.3 (Unreleased)
## jax 0.3.4 (March 18, 2022)
* [GitHub
commits](https://github.com/google/jax/compare/jax-v0.3.2...jax-v0.3.4).
## jax 0.3.3 (March 17, 2022)
* [GitHub
commits](https://github.com/google/jax/compare/jax-v0.3.2...main).
commits](https://github.com/google/jax/compare/jax-v0.3.2...jax-v0.3.3).
## jax 0.3.2 (March 16, 2022)

View File

@ -12,6 +12,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.
__version__ = "0.3.4"
__version__ = "0.3.5"
_minimum_jaxlib_version = "0.3.0"