From f8bab4ae7c6293148be219b3ce0fd963a9c955cf Mon Sep 17 00:00:00 2001 From: Matthew Johnson Date: Wed, 3 Jun 2020 07:45:53 -0700 Subject: [PATCH] update version and changelog for pypi --- docs/CHANGELOG.rst | 11 ++++++++--- jax/version.py | 2 +- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index 56bf35736bdc..6f410738da89 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -9,15 +9,20 @@ Change Log These are the release notes for JAX. -jax 0.1.69 (unreleased) +jax 0.1.70 (Unreleased) --------------------------- -* `GitHub commits `_. +* `GitHub commits `_. + +jax 0.1.69 (June 3, 2020) +--------------------------- + +* `GitHub commits `_. jax 0.1.68 (May 21, 2020) --------------------------- -* `GitHub commits `_. +* `GitHub commits `_. * New features: diff --git a/jax/version.py b/jax/version.py index e62ac8ea6899..101d63697ac2 100644 --- a/jax/version.py +++ b/jax/version.py @@ -12,4 +12,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = "0.1.68" +__version__ = "0.1.69"