diff --git a/docs/Versioning.md b/docs/Versioning.md index 42ece36e742ed..05523b267668e 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.8.2 | **1.8** down to 1.2 | 13 | 2 | 7 | Windows AI 1.8+ | | 1.8.1 | **1.8** down to 1.2 | 13 | 2 | 7 | Windows AI 1.8+ | | 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+ | diff --git a/docs/python/README.rst b/docs/python/README.rst index 157c945356c00..3964b386c6105 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.8.1" +__version__ = "1.8.2" __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 405e57b3cbf8f..50127a1de7dd9 100644 --- a/package/rpm/onnxruntime.spec +++ b/package/rpm/onnxruntime.spec @@ -1,5 +1,5 @@ Name: onnxruntime -Version: 1.8.1 +Version: 1.8.2 Release: 1%{?dist} Summary: onnxruntime