Skip to content

Commit

Permalink
Update jax version to 0.1.68
Browse files Browse the repository at this point in the history
  • Loading branch information
skye committed May 21, 2020
1 parent bb2127c commit 4747205
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.68 (unreleased)
jax 0.1.69 (unreleased)
---------------------------

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

jax 0.1.68 (May 21, 2020)
---------------------------

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

* 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.67"
__version__ = "0.1.68"

0 comments on commit 4747205

Please sign in to comment.