From 7bcf796a0d3208b0c193d1758708495b09281e0a Mon Sep 17 00:00:00 2001 From: Ryan Hill Date: Mon, 26 Oct 2020 17:00:42 -0700 Subject: [PATCH] Update Version to 1.5.3 --- VERSION_NUMBER | 2 +- docs/Versioning.md | 1 + docs/python/README.rst | 5 +++++ nodejs/package-lock.json | 2 +- nodejs/package.json | 2 +- onnxruntime/__init__.py | 2 +- package/rpm/onnxruntime.spec | 2 +- 7 files changed, 11 insertions(+), 5 deletions(-) diff --git a/VERSION_NUMBER b/VERSION_NUMBER index 4cda8f19edc7f..8af85beb51599 100644 --- a/VERSION_NUMBER +++ b/VERSION_NUMBER @@ -1 +1 @@ -1.5.2 +1.5.3 diff --git a/docs/Versioning.md b/docs/Versioning.md index 6edaaea577955..3250dbd022c9e 100644 --- a/docs/Versioning.md +++ b/docs/Versioning.md @@ -26,6 +26,7 @@ For more details on ONNX Release versions, see [this page](https://github.com/on | 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.5.3 | **1.7** down to 1.2 | 12 | 2 | 6 | Windows AI 1.5+ | | 1.5.2 | **1.7** down to 1.2 | 12 | 2 | 6 | Windows AI 1.5+ | | 1.5.1 | **1.7** down to 1.2 | 12 | 2 | 6 | Windows AI 1.5+ | | 1.4.0 | **1.7** down to 1.2 | 12 | 2 | 6 | Windows AI 1.4+ | diff --git a/docs/python/README.rst b/docs/python/README.rst index 59582d456d9e8..57894cd674426 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.5.2" +__version__ = "1.5.3" __author__ = "Microsoft" from onnxruntime.capi._pybind_state import get_all_providers, get_available_providers, get_device, set_seed, \ diff --git a/package/rpm/onnxruntime.spec b/package/rpm/onnxruntime.spec index de01bbb00a299..81297f87cfce6 100644 --- a/package/rpm/onnxruntime.spec +++ b/package/rpm/onnxruntime.spec @@ -1,5 +1,5 @@ Name: onnxruntime -Version: 1.5.2 +Version: 1.5.3 Release: 1%{?dist} Summary: onnxruntime