From e92b3c13948904d8ba503690ce5e9ea1bb158d91 Mon Sep 17 00:00:00 2001 From: Xueyun Zhu <40807589+xzhu1900@users.noreply.github.com> Date: Tue, 18 May 2021 09:03:37 -0700 Subject: [PATCH] bumping up version number to 1.8 (#7733) * bump to 1.8 * fix windows AI --- VERSION_NUMBER | 2 +- docs/Versioning.md | 3 ++- docs/python/README.rst | 5 +++++ js/common/package-lock.json | 4 ++-- js/common/package.json | 4 ++-- js/node/package-lock.json | 4 ++-- js/node/package.json | 4 ++-- onnxruntime/__init__.py | 2 +- package/rpm/onnxruntime.spec | 2 +- 9 files changed, 18 insertions(+), 12 deletions(-) diff --git a/VERSION_NUMBER b/VERSION_NUMBER index bd8bf882d0..27f9cd322b 100644 --- a/VERSION_NUMBER +++ b/VERSION_NUMBER @@ -1 +1 @@ -1.7.0 +1.8.0 diff --git a/docs/Versioning.md b/docs/Versioning.md index 9bcb2ddc79..439d5ab7bc 100644 --- a/docs/Versioning.md +++ b/docs/Versioning.md @@ -20,12 +20,13 @@ models that are stamped with ONNX opset versions in the range [7-9]. ### Version matrix -The following table summarizes the relationship between the ONNX Runtime version and the ONNX opset version implemented in that release. +The following table summarizes the relationship between the ONNX Runtime version and the ONNX opset version implemented in that release. Please note the backward compatibility notes above. For more details on ONNX Release versions, see [this page](https://github.com/onnx/onnx/blob/master/docs/Versioning.md). | ONNX Runtime release version | ONNX release version | ONNX opset version | ONNX ML opset version | Supported ONNX IR version | [Windows ML Availability](https://docs.microsoft.com/en-us/windows/ai/windows-ml/release-notes/)| |------------------------------|--------------------|--------------------|----------------------|------------------|------------------| +| 1.8.0 | **1.8** down to 1.2 | 13 | 2 | 7 | Windows AI 1.8+ | | 1.7.0 | **1.8** down to 1.2 | 13 | 2 | 7 | Windows AI 1.7+ | | 1.6.0 | **1.8** down to 1.2 | 13 | 2 | 7 | Windows AI 1.6+ | | 1.5.3 | **1.7** down to 1.2 | 12 | 2 | 7 | Windows AI 1.5+ | diff --git a/docs/python/README.rst b/docs/python/README.rst index 8d58e4bc0e..d1681619df 100644 --- a/docs/python/README.rst +++ b/docs/python/README.rst @@ -8,6 +8,11 @@ For more information on ONNX Runtime, please see `aka.ms/onnxruntime `_ or the `Github project `_. """ -__version__ = "1.7.0" +__version__ = "1.8.0" __author__ = "Microsoft" # we need to do device version validation (for example to check Cuda version for an onnxruntime-training package). diff --git a/package/rpm/onnxruntime.spec b/package/rpm/onnxruntime.spec index 1866f3353d..f91ebb9c7f 100644 --- a/package/rpm/onnxruntime.spec +++ b/package/rpm/onnxruntime.spec @@ -1,5 +1,5 @@ Name: onnxruntime -Version: 1.7.0 +Version: 1.8.0 Release: 1%{?dist} Summary: onnxruntime