Skip to content

Commit 5e594a0

Browse files
committed
Bump up the version to 1.1.2
1 parent 9959cf8 commit 5e594a0

File tree

5 files changed

+9
-3
lines changed

5 files changed

+9
-3
lines changed

VERSION_NUMBER

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.1.1
1+
1.1.2

docs/Versioning.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ For more details on ONNX Release versions, see [this page](https://github.com/on
3232

3333
| 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/)|
3434
|------------------------------|--------------------|--------------------|----------------------|------------------|------------------|
35+
| 1.1.2 | **1.6** down to 1.2 | 11 | 2 | 6 | -- |
3536
| 1.1.1 | **1.6** down to 1.2 | 11 | 2 | 6 | -- |
3637
| 1.1.0 | **1.6** down to 1.2 | 11 | 2 | 6 | -- |
3738
| 1.0.0 | **1.6** down to 1.2 | 11 | 2 | 6 | -- |

docs/python/README.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@ For more information on ONNX Runtime, please see `aka.ms/onnxruntime <https://ak
88
Changes
99
-------
1010

11+
1.1.2
12+
^^^^^
13+
14+
Release Notes : https://github.com/Microsoft/onnxruntime/releases/tag/v1.1.2
15+
1116
1.1.1
1217
^^^^^
1318

onnxruntime/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
ONNX Runtime is a performance-focused scoring engine for Open Neural Network Exchange (ONNX) models.
77
For more information on ONNX Runtime, please see `aka.ms/onnxruntime <https://aka.ms/onnxruntime/>`_ or the `Github project <https://github.com/microsoft/onnxruntime/>`_.
88
"""
9-
__version__ = "1.1.1"
9+
__version__ = "1.1.2"
1010
__author__ = "Microsoft"
1111

1212
from onnxruntime.capi._pybind_state import get_all_providers, get_available_providers, get_device, RunOptions, SessionOptions, set_default_logger_severity, NodeArg, ModelMetadata, GraphOptimizationLevel, ExecutionMode

package/rpm/onnxruntime.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Name: onnxruntime
2-
Version: 1.1.1
2+
Version: 1.1.2
33
Release: 1%{?dist}
44
Summary: onnxruntime
55

0 commit comments

Comments
 (0)