From 3c46f6b997c4025a8bb9b4f41c2eb42ef7db6247 Mon Sep 17 00:00:00 2001 From: xadupre Date: Mon, 23 Jun 2025 15:15:05 +0200 Subject: [PATCH] update version --- CHANGELOGS.rst | 3 +++ _doc/index.rst | 1 + onnx_diagnostic/__init__.py | 2 +- 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOGS.rst b/CHANGELOGS.rst index 8deabab6..80ca77b8 100644 --- a/CHANGELOGS.rst +++ b/CHANGELOGS.rst @@ -1,6 +1,9 @@ Change Logs =========== +0.7.2 ++++++ + 0.7.1 +++++ diff --git a/_doc/index.rst b/_doc/index.rst index a5e3b526..0022090f 100644 --- a/_doc/index.rst +++ b/_doc/index.rst @@ -213,6 +213,7 @@ The function replaces dynamic dimensions defined as strings by Older versions ============== +* `0.7.2 <../v0.7.2/index.html>`_ * `0.7.1 <../v0.7.1/index.html>`_ * `0.7.0 <../v0.7.0/index.html>`_ * `0.6.3 <../v0.6.3/index.html>`_ diff --git a/onnx_diagnostic/__init__.py b/onnx_diagnostic/__init__.py index bd37424e..58b65182 100644 --- a/onnx_diagnostic/__init__.py +++ b/onnx_diagnostic/__init__.py @@ -3,5 +3,5 @@ Functions, classes to dig into a model when this one is right, slow, wrong... """ -__version__ = "0.7.1" +__version__ = "0.7.2" __author__ = "Xavier Dupré"