From c57cf374b67f72575546d7b4c69a1af4972e2b54 Mon Sep 17 00:00:00 2001 From: Patrice Vignola Date: Fri, 24 Feb 2023 21:59:34 -0800 Subject: [PATCH] Bump ORT version number to 1.14.1 (#14826) --- VERSION_NUMBER | 2 +- docs/python/README.rst | 5 +++++ js/common/package-lock.json | 4 ++-- js/common/package.json | 2 +- js/node/package-lock.json | 6 +++--- js/node/package.json | 2 +- js/react_native/package.json | 2 +- js/react_native/yarn.lock | 2 +- js/web/package-lock.json | 6 +++--- js/web/package.json | 2 +- onnxruntime/__init__.py | 2 +- onnxruntime/core/session/onnxruntime_c_api.cc | 2 +- package/rpm/onnxruntime.spec | 2 +- 13 files changed, 22 insertions(+), 17 deletions(-) diff --git a/VERSION_NUMBER b/VERSION_NUMBER index 850e742404bba..63e799cf451bc 100644 --- a/VERSION_NUMBER +++ b/VERSION_NUMBER @@ -1 +1 @@ -1.14.0 +1.14.1 diff --git a/docs/python/README.rst b/docs/python/README.rst index b9c2bf995ac33..556bbd6ea14a0 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.14.0" +__version__ = "1.14.1" __author__ = "Microsoft" # we need to do device version validation (for example to check Cuda version for an onnxruntime-training package). diff --git a/onnxruntime/core/session/onnxruntime_c_api.cc b/onnxruntime/core/session/onnxruntime_c_api.cc index 5c7afe1453b5a..082418fd5f1ee 100644 --- a/onnxruntime/core/session/onnxruntime_c_api.cc +++ b/onnxruntime/core/session/onnxruntime_c_api.cc @@ -2667,7 +2667,7 @@ static_assert(offsetof(OrtApi, ReleaseKernelInfo) / sizeof(void*) == 218, "Size static_assert(offsetof(OrtApi, ReleaseCANNProviderOptions) / sizeof(void*) == 224, "Size of version 13 API cannot change"); // So that nobody forgets to finish an API version, this check will serve as a reminder: -static_assert(std::string_view(ORT_VERSION) == "1.14.0", +static_assert(std::string_view(ORT_VERSION) == "1.14.1", "ORT_Version change detected, please follow below steps to ensure OrtApi is updated properly"); // 1. Update the hardcoded version string in above static_assert to silence it // 2. If there were any APIs added to ort_api_1_to_14 above: diff --git a/package/rpm/onnxruntime.spec b/package/rpm/onnxruntime.spec index f1625148fd2c1..0cb22cf8c7f43 100644 --- a/package/rpm/onnxruntime.spec +++ b/package/rpm/onnxruntime.spec @@ -1,5 +1,5 @@ Name: onnxruntime -Version: 1.14.0 +Version: 1.14.1 Release: 1%{?dist} Summary: onnxruntime