Skip to content

Commit

Permalink
Update jax version to 0.1.67 (jax-ml#3065)
Browse files Browse the repository at this point in the history
  • Loading branch information
skye authored May 12, 2020
1 parent 0d97c3b commit ef4debc
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
9 changes: 7 additions & 2 deletions docs/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,15 @@ Change Log
These are the release notes for JAX.

jax 0.1.67 (unreleased)
jax 0.1.68 (unreleased)
---------------------------

* `GitHub commits <https://github.com/google/jax/compare/jax-v0.1.66...master>`_.
* `GitHub commits <https://github.com/google/jax/compare/jax-v0.1.67...master>`_.

jax 0.1.67 (May 12, 2020)
---------------------------

* `GitHub commits <https://github.com/google/jax/compare/jax-v0.1.66...jax-v0.1.67>`_.

* New features:

Expand Down
2 changes: 1 addition & 1 deletion jax/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = "0.1.66"
__version__ = "0.1.67"

0 comments on commit ef4debc

Please sign in to comment.