Skip to content

Commit

Permalink
bumping onnxruntime version to 1.8.1 (microsoft#8429)
Browse files Browse the repository at this point in the history
  • Loading branch information
harshithapv authored Jul 19, 2021
1 parent e04e1d5 commit 0f989c6
Showing 12 changed files with 21 additions and 15 deletions.
2 changes: 1 addition & 1 deletion VERSION_NUMBER
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.8.0
1.8.1
1 change: 1 addition & 0 deletions docs/Versioning.md
Original file line number Diff line number Diff line change
@@ -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.1 | **1.8** down to 1.2 | 14 | 2 | 7 | Windows AI 1.8+ |
| 1.8.0 | **1.8** down to 1.2 | 14 | 2 | 7 | Windows AI 1.8+ |
| 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+ |
5 changes: 5 additions & 0 deletions docs/python/README.rst
Original file line number Diff line number Diff line change
@@ -8,6 +8,11 @@ For more information on ONNX Runtime, please see `aka.ms/onnxruntime <https://ak
Changes
-------

1.8.1
^^^^^

Release Notes : https://github.com/Microsoft/onnxruntime/releases/tag/v1.8.1

1.8.0
^^^^^

2 changes: 1 addition & 1 deletion js/common/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion js/common/package.json
Original file line number Diff line number Diff line change
@@ -7,7 +7,7 @@
"type": "git"
},
"author": "fs-eire",
"version": "1.8.0",
"version": "1.8.1",
"keywords": [
"ONNX",
"ONNXRuntime",
4 changes: 2 additions & 2 deletions js/node/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions js/node/package.json
Original file line number Diff line number Diff line change
@@ -7,7 +7,7 @@
"type": "git"
},
"author": "fs-eire",
"version": "1.8.0",
"version": "1.8.1",
"keywords": [
"ONNX",
"ONNXRuntime",
@@ -63,4 +63,4 @@
3
]
}
}
}
4 changes: 2 additions & 2 deletions js/react_native/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "onnxruntime-react-native",
"version": "1.8.0",
"version": "1.8.1",
"description": "Onnxruntime bridge for react native",
"main": "dist/commonjs/index",
"module": "dist/module/index",
@@ -109,4 +109,4 @@
"buffer": "^6.0.3",
"onnxruntime-common": "file:../common"
}
}
}
4 changes: 2 additions & 2 deletions js/web/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions js/web/package.json
Original file line number Diff line number Diff line change
@@ -7,7 +7,7 @@
"type": "git"
},
"author": "fs-eire",
"version": "1.8.0",
"version": "1.8.1",
"keywords": [
"ONNX",
"ONNXRuntime",
@@ -77,4 +77,4 @@
"unpkg": "dist/ort.min.js",
"module": "./lib/index.js",
"browser": "dist/ort-web.min.js"
}
}
2 changes: 1 addition & 1 deletion onnxruntime/__init__.py
Original file line number Diff line number Diff line change
@@ -7,7 +7,7 @@
For more information on ONNX Runtime, please see `aka.ms/onnxruntime <https://aka.ms/onnxruntime/>`_
or the `Github project <https://github.com/microsoft/onnxruntime/>`_.
"""
__version__ = "1.8.0"
__version__ = "1.8.1"
__author__ = "Microsoft"

# we need to do device version validation (for example to check Cuda version for an onnxruntime-training package).
2 changes: 1 addition & 1 deletion package/rpm/onnxruntime.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: onnxruntime
Version: 1.8.0
Version: 1.8.1
Release: 1%{?dist}
Summary: onnxruntime

0 comments on commit 0f989c6

Please sign in to comment.