Skip to content

Commit 9d534ad

Browse files
committed
Update version numbers after JAX 0.5.3 release.
1 parent 5d4de83 commit 9d534ad

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@ Remember to align the itemized text with the first line of an item within a list
1414
When releasing, please add the new-release-boilerplate to docs/pallas/CHANGELOG.md.
1515
-->
1616

17-
## jax 0.5.3
17+
## Unreleased
18+
19+
## jax 0.5.3 (Mar 19, 2025)
1820

1921
* New Features
2022

jax/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
import pathlib
2222
import subprocess
2323

24-
_version = "0.5.3"
24+
_version = "0.5.4"
2525
# The following line is overwritten by build scripts in distributions &
2626
# releases. Do not modify this manually, or jax/jaxlib build will fail.
2727
_release_version: str | None = None

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
_current_jaxlib_version = '0.5.3'
2323
# The following should be updated after each new jaxlib release.
24-
_latest_jaxlib_version_on_pypi = '0.5.1'
24+
_latest_jaxlib_version_on_pypi = '0.5.3'
2525

2626
_libtpu_version = '0.0.11.*'
2727

0 commit comments

Comments
 (0)