From 9fec34ddabb82ce30cb67a16462f8246816d1fce Mon Sep 17 00:00:00 2001 From: Ryan Hill <38674843+RyanUnderhill@users.noreply.github.com> Date: Fri, 17 Jan 2020 18:22:46 -0800 Subject: [PATCH] Update version number (#2868) Update version number --- VERSION_NUMBER | 2 +- docs/Versioning.md | 1 + docs/python/README.rst | 5 +++++ onnxruntime/__init__.py | 2 +- package/rpm/onnxruntime.spec | 2 +- 5 files changed, 9 insertions(+), 3 deletions(-) diff --git a/VERSION_NUMBER b/VERSION_NUMBER index 9084fa2f71..524cb55242 100644 --- a/VERSION_NUMBER +++ b/VERSION_NUMBER @@ -1 +1 @@ -1.1.0 +1.1.1 diff --git a/docs/Versioning.md b/docs/Versioning.md index 12c6f56ba6..f6e74978c4 100644 --- a/docs/Versioning.md +++ b/docs/Versioning.md @@ -32,6 +32,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 | [WinML compatibility](https://docs.microsoft.com/en-us/windows/ai/windows-ml/)| |------------------------------|--------------------|--------------------|----------------------|------------------|------------------| +| 1.1.1 | **1.6** down to 1.2 | 11 | 2 | 6 | -- | | 1.1.0 | **1.6** down to 1.2 | 11 | 2 | 6 | -- | | 1.0.0 | **1.6** down to 1.2 | 11 | 2 | 6 | -- | | 0.5.0 | **1.5** down to 1.2 | 10 | 1 | 5 | -- | diff --git a/docs/python/README.rst b/docs/python/README.rst index 2c957ee70a..fd7ddf25aa 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.1.0" +__version__ = "1.1.1" __author__ = "Microsoft" from onnxruntime.capi._pybind_state import get_all_providers, get_available_providers, get_device, RunOptions, SessionOptions, set_default_logger_severity, NodeArg, ModelMetadata, GraphOptimizationLevel, ExecutionMode diff --git a/package/rpm/onnxruntime.spec b/package/rpm/onnxruntime.spec index 35cdc46000..0c80a8f36b 100644 --- a/package/rpm/onnxruntime.spec +++ b/package/rpm/onnxruntime.spec @@ -1,5 +1,5 @@ Name: onnxruntime -Version: 1.1.0 +Version: 1.1.1 Release: 1%{?dist} Summary: onnxruntime