Skip to content

Commit 15696b8

Browse files
authored
bump version to 1.5.2 (microsoft#5420)
1 parent 498f946 commit 15696b8

File tree

8 files changed

+12
-6
lines changed

8 files changed

+12
-6
lines changed

Diff for: VERSION_NUMBER

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.5.1
1+
1.5.2

Diff for: docs/Versioning.md

+1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ For more details on ONNX Release versions, see [this page](https://github.com/on
2626

2727
| 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/)|
2828
|------------------------------|--------------------|--------------------|----------------------|------------------|------------------|
29+
| 1.5.2 | **1.7** down to 1.2 | 12 | 2 | 6 | Windows AI 1.5+ |
2930
| 1.5.1 | **1.7** down to 1.2 | 12 | 2 | 6 | Windows AI 1.5+ |
3031
| 1.4.0 | **1.7** down to 1.2 | 12 | 2 | 6 | Windows AI 1.4+ |
3132
| 1.3.1 | **1.7** down to 1.2 | 12 | 2 | 6 | Windows AI 1.4+ |

Diff for: docs/python/README.rst

+5
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.5.2
12+
^^^^^
13+
14+
Release Notes : https://github.com/Microsoft/onnxruntime/releases/tag/v1.5.2
15+
1116
1.5.1
1217
^^^^^
1318

Diff for: nodejs/package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: nodejs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "onnxruntime",
33
"description": "Node.js binding of ONNXRuntime",
4-
"version": "1.5.1",
4+
"version": "1.5.2",
55
"main": "./lib/index.js",
66
"types": "./types/lib/index.d.ts",
77
"scripts": {

Diff for: onnxruntime/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
For more information on ONNX Runtime, please see `aka.ms/onnxruntime <https://aka.ms/onnxruntime/>`_
88
or the `Github project <https://github.com/microsoft/onnxruntime/>`_.
99
"""
10-
__version__ = "1.5.1"
10+
__version__ = "1.5.2"
1111
__author__ = "Microsoft"
1212

1313
from onnxruntime.capi._pybind_state import get_all_providers, get_available_providers, get_device, set_seed, \

Diff for: onnxruntime/python/tools/transformers/optimizer.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ def optimize_model(input,
304304
logger.debug("Remove tempoary model: {}".format(temp_model_path))
305305

306306
optimizer.model.producer_name = "onnxruntime_tools"
307-
optimizer.model.producer_version = "1.5.1"
307+
optimizer.model.producer_version = "1.5.2"
308308

309309
return optimizer
310310

Diff for: package/rpm/onnxruntime.spec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Name: onnxruntime
2-
Version: 1.5.1
2+
Version: 1.5.2
33
Release: 1%{?dist}
44
Summary: onnxruntime
55

0 commit comments

Comments
 (0)