Bump up version number to 1.2 (#3097)

This commit is contained in:
Yufeng Li 2020-02-26 17:25:16 -08:00 committed by GitHub
parent f1ba531d9c
commit ca2ed17ba7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 8 additions and 3 deletions

View file

@ -1 +1 @@
1.1.0
1.2.0

View file

@ -8,6 +8,11 @@ For more information on ONNX Runtime, please see `aka.ms/onnxruntime <https://ak
Changes
-------
1.2.0
^^^^^
Release Notes : https://github.com/Microsoft/onnxruntime/releases/tag/v1.2.0
1.1.0
^^^^^

View file

@ -6,7 +6,7 @@
ONNX Runtime is a performance-focused scoring engine for Open Neural Network Exchange (ONNX) models.
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.1.0"
__version__ = "1.2.0"
__author__ = "Microsoft"
from onnxruntime.capi._pybind_state import get_all_providers, get_available_providers, get_device, RunOptions, SessionOptions, set_default_logger_severity, NodeArg, ModelMetadata, GraphOptimizationLevel, ExecutionMode

View file

@ -1,5 +1,5 @@
Name: onnxruntime
Version: 1.1.0
Version: 1.2.0
Release: 1%{?dist}
Summary: onnxruntime