未验证 提交 ee4d1e11 编写于 作者: C Chun-Wei Chen 提交者: GitHub

[1.10.2] Bump version 1.10.2 globally (#3795) (#3809)

Signed-off-by: NChun-Wei Chen <jacky82226@gmail.com>
上级 f9a21106
......@@ -177,6 +177,7 @@ ONNX version|IR version|Opset version ai.onnx|Opset version ai.onnx.ml|Opset ver
1.9.0|7|14|2|1
1.10.0|8|15|2|1
1.10.1|8|15|2|1
1.10.2|8|15|2|1
A programmatically accessible version of the above table is available [here](../onnx/helper.py). Limited version number
information is also maintained in [version.h](../onnx/common/version.h) and [schema.h](../onnx/defs/schema.h).
......
......@@ -8,6 +8,6 @@
namespace ONNX_NAMESPACE {
// Represents the most recent release version. Updated with every release.
constexpr const char* LAST_RELEASE_VERSION = "1.10.1";
constexpr const char* LAST_RELEASE_VERSION = "1.10.2";
}
......@@ -41,7 +41,8 @@ VERSION_TABLE = [
('1.8.1', 7, 13, 2, 1),
('1.9.0', 7, 14, 2, 1),
('1.10.0', 8, 15, 2, 1),
('1.10.1', 8, 15, 2, 1)
('1.10.1', 8, 15, 2, 1),
('1.10.2', 8, 15, 2, 1)
] # type: VersionTableType
VersionMapType = Dict[Tuple[Text, int], int]
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册