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é"