From 4ea10c9202d024ae9b0d635ba4f8026f3569b539 Mon Sep 17 00:00:00 2001
From: stevenlix <38092805+stevenlix@users.noreply.github.com>
Date: Thu, 7 May 2020 14:22:20 -0700
Subject: [PATCH] bump up ORT version and extend time limit for windows cpu
packaging pipelines (#3852)
---
VERSION_NUMBER | 2 +-
docs/Versioning.md | 1 +
docs/python/README.rst | 5 +++++
onnxruntime/__init__.py | 2 +-
package/rpm/onnxruntime.spec | 2 +-
.../github/azure-pipelines/c-api-packaging-pipelines.yml | 2 +-
.../github/azure-pipelines/templates/win-ci-2019.yml | 2 +-
7 files changed, 11 insertions(+), 5 deletions(-)
diff --git a/VERSION_NUMBER b/VERSION_NUMBER
index 26aaba0e86..f0bb29e763 100644
--- a/VERSION_NUMBER
+++ b/VERSION_NUMBER
@@ -1 +1 @@
-1.2.0
+1.3.0
diff --git a/docs/Versioning.md b/docs/Versioning.md
index ddfe12728e..87737dbd06 100644
--- a/docs/Versioning.md
+++ b/docs/Versioning.md
@@ -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 | [WinML compatibility](https://docs.microsoft.com/en-us/windows/ai/windows-ml/)|
|------------------------------|--------------------|--------------------|----------------------|------------------|------------------|
+| 1.3.0 | **1.6** down to 1.2 | 11 | 2 | 6 | -- |
| 1.2.0
1.1.2
1.1.1
1.1.0 | **1.6** down to 1.2 | 11 | 2 | 6 | -- |
| 1.0.0 | **1.6** down to 1.2 | 11 | 2 | 6 | -- |
| 0.5.0 | **1.5** down to 1.2 | 10 | 1 | 5 | -- |
diff --git a/docs/python/README.rst b/docs/python/README.rst
index 3a18dbc864..474d96993b 100644
--- a/docs/python/README.rst
+++ b/docs/python/README.rst
@@ -8,6 +8,11 @@ For more information on ONNX Runtime, please see `aka.ms/onnxruntime `_ or the `Github project `_.
"""
-__version__ = "1.2.0"
+__version__ = "1.3.0"
__author__ = "Microsoft"
from onnxruntime.capi._pybind_state import get_all_providers, get_available_providers, get_device, set_seed, RunOptions, SessionOptions, set_default_logger_severity, NodeArg, ModelMetadata, GraphOptimizationLevel, ExecutionMode, OrtDevice, SessionIOBinding
diff --git a/package/rpm/onnxruntime.spec b/package/rpm/onnxruntime.spec
index a21e1fde92..8e24e6125d 100644
--- a/package/rpm/onnxruntime.spec
+++ b/package/rpm/onnxruntime.spec
@@ -1,5 +1,5 @@
Name: onnxruntime
-Version: 1.2.0
+Version: 1.3.0
Release: 1%{?dist}
Summary: onnxruntime
diff --git a/tools/ci_build/github/azure-pipelines/c-api-packaging-pipelines.yml b/tools/ci_build/github/azure-pipelines/c-api-packaging-pipelines.yml
index 8e79e3e326..2cd9017d19 100644
--- a/tools/ci_build/github/azure-pipelines/c-api-packaging-pipelines.yml
+++ b/tools/ci_build/github/azure-pipelines/c-api-packaging-pipelines.yml
@@ -76,7 +76,7 @@ jobs:
workspace:
clean: all
pool: 'Win-CPU-2019'
- timeoutInMinutes: 120
+ timeoutInMinutes: 160
strategy:
maxParallel: 2
matrix:
diff --git a/tools/ci_build/github/azure-pipelines/templates/win-ci-2019.yml b/tools/ci_build/github/azure-pipelines/templates/win-ci-2019.yml
index db79d29fef..df02a41a43 100644
--- a/tools/ci_build/github/azure-pipelines/templates/win-ci-2019.yml
+++ b/tools/ci_build/github/azure-pipelines/templates/win-ci-2019.yml
@@ -19,7 +19,7 @@ parameters:
RunTests : 'true'
jobs:
- job: ${{ parameters.JobName }}
- timeoutInMinutes: 120
+ timeoutInMinutes: 160
strategy:
maxParallel: 2
matrix: