Skip to content

Commit 03e9e86

Browse files
authored
upgrade version to 1.17.0 (#756)
Signed-off-by: Xavier Dupré <xadupre@microsoft.com>
1 parent 48a7d31 commit 03e9e86

4 files changed

Lines changed: 6 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
name: "CI"
2+
13
on:
24
push:
35
branches: [main]

CHANGELOGS.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Change Logs
22

3+
## 1.17.0
4+
35
## 1.16.0
46

57
* Add LGBMRanker support

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!--- SPDX-License-Identifier: Apache-2.0 -->
22
#
33

4-
![ONNXMLTools_logo_main](https://github.com/onnx/onnxmltools/blob/main/docs/ONNXMLTools_logo_main.png)
4+
![ONNXMLTools_logo_main](https://raw.githubusercontent.com/onnx/onnxmltools/main/docs/ONNXMLTools_logo_main.png)
55

66
[![CI](https://github.com/onnx/onnxmltools/actions/workflows/ci.yml/badge.svg)](https://github.com/onnx/onnxmltools/actions/workflows/ci.yml)
77

onnxmltools/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
which is a common language to describe any machine learned model.
77
"""
88

9-
__version__ = "1.16.0"
9+
__version__ = "1.17.0"
1010
__author__ = "ONNX"
1111
__producer__ = "OnnxMLTools"
1212
__producer_version__ = __version__

0 commit comments

Comments
 (0)