Skip to content

Commit

Permalink
bump version to 1.5.2 (#5420)
Browse files Browse the repository at this point in the history
  • Loading branch information
tianleiwu committed Oct 8, 2020
1 parent 498f946 commit 15696b8
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 6 deletions.
2 changes: 1 addition & 1 deletion VERSION_NUMBER
@@ -1 +1 @@
1.5.1
1.5.2
1 change: 1 addition & 0 deletions docs/Versioning.md
Expand Up @@ -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.5.2 | **1.7** down to 1.2 | 12 | 2 | 6 | Windows AI 1.5+ |
| 1.5.1 | **1.7** down to 1.2 | 12 | 2 | 6 | Windows AI 1.5+ |
| 1.4.0 | **1.7** down to 1.2 | 12 | 2 | 6 | Windows AI 1.4+ |
| 1.3.1 | **1.7** down to 1.2 | 12 | 2 | 6 | Windows AI 1.4+ |
Expand Down
5 changes: 5 additions & 0 deletions docs/python/README.rst
Expand Up @@ -8,6 +8,11 @@ For more information on ONNX Runtime, please see `aka.ms/onnxruntime <https://ak
Changes
-------

1.5.2
^^^^^

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

1.5.1
^^^^^

Expand Down
2 changes: 1 addition & 1 deletion nodejs/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 nodejs/package.json
@@ -1,7 +1,7 @@
{
"name": "onnxruntime",
"description": "Node.js binding of ONNXRuntime",
"version": "1.5.1",
"version": "1.5.2",
"main": "./lib/index.js",
"types": "./types/lib/index.d.ts",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion onnxruntime/__init__.py
Expand Up @@ -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.5.1"
__version__ = "1.5.2"
__author__ = "Microsoft"

from onnxruntime.capi._pybind_state import get_all_providers, get_available_providers, get_device, set_seed, \
Expand Down
2 changes: 1 addition & 1 deletion onnxruntime/python/tools/transformers/optimizer.py
Expand Up @@ -304,7 +304,7 @@ def optimize_model(input,
logger.debug("Remove tempoary model: {}".format(temp_model_path))

optimizer.model.producer_name = "onnxruntime_tools"
optimizer.model.producer_version = "1.5.1"
optimizer.model.producer_version = "1.5.2"

return optimizer

Expand Down
2 changes: 1 addition & 1 deletion package/rpm/onnxruntime.spec
@@ -1,5 +1,5 @@
Name: onnxruntime
Version: 1.5.1
Version: 1.5.2
Release: 1%{?dist}
Summary: onnxruntime

Expand Down

0 comments on commit 15696b8

Please sign in to comment.