diff --git a/VERSION_NUMBER b/VERSION_NUMBER index 943f9cbc4e..f8a696c8dc 100644 --- a/VERSION_NUMBER +++ b/VERSION_NUMBER @@ -1 +1 @@ -1.7.1 +1.7.2 diff --git a/docs/Versioning.md b/docs/Versioning.md index 382f4429de..f7a986e2e2 100644 --- a/docs/Versioning.md +++ b/docs/Versioning.md @@ -26,7 +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.7.1 | **1.8** down to 1.2 | 13 | 2 | 7 | Windows AI 1.7+ | +| 1.7.2 | **1.8** down to 1.2 | 13 | 2 | 7 | Windows AI 1.7+ | | 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 919708471c..03de3075ec 100644 --- a/docs/python/README.rst +++ b/docs/python/README.rst @@ -8,10 +8,10 @@ For more information on ONNX Runtime, please see `aka.ms/onnxruntime `_ or the `Github project `_. """ -__version__ = "1.7.1" +__version__ = "1.7.2" __author__ = "Microsoft" import os diff --git a/package/rpm/onnxruntime.spec b/package/rpm/onnxruntime.spec index a4c5fb585c..53d4124e96 100644 --- a/package/rpm/onnxruntime.spec +++ b/package/rpm/onnxruntime.spec @@ -1,5 +1,5 @@ Name: onnxruntime -Version: 1.7.1 +Version: 1.7.2 Release: 1%{?dist} Summary: onnxruntime