diff --git a/CHANGELOGS.rst b/CHANGELOGS.rst index 3ead0e8a..a3ea1530 100644 --- a/CHANGELOGS.rst +++ b/CHANGELOGS.rst @@ -1,6 +1,9 @@ Change Logs =========== +0.7.5 ++++++ + 0.7.4 +++++ diff --git a/_doc/index.rst b/_doc/index.rst index 13ff9641..355fff8f 100644 --- a/_doc/index.rst +++ b/_doc/index.rst @@ -239,13 +239,11 @@ The function replaces dynamic dimensions defined as strings by Older versions ============== +* `0.7.5 <../v0.7.5/index.html>`_ * `0.7.4 <../v0.7.4/index.html>`_ * `0.6.3 <../v0.6.3/index.html>`_ * `0.5.0 <../v0.5.0/index.html>`_ * `0.4.4 <../v0.4.4/index.html>`_ -* `0.3.0 <../v0.3.0/index.html>`_ -* `0.2.2 <../v0.2.2/index.html>`_ -* `0.1.0 <../v0.1.0/index.html>`_ The documentation was updated on: diff --git a/onnx_diagnostic/__init__.py b/onnx_diagnostic/__init__.py index c1b8822d..35769842 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.4" +__version__ = "0.7.5" __author__ = "Xavier Dupré"