Skip to content

Commit f7e3fe6

Browse files
hawkinspcharleshofer
authored andcommitted
Update version numbers after release.
1 parent 9e9a3f0 commit f7e3fe6

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
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.6.0
17+
## Unreleased
18+
19+
## JAX 0.6.0 (April 16, 2025)
1820

1921
* Breaking changes
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.6.0"
24+
_version = "0.6.1"
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

0 commit comments

Comments
 (0)