diff --git a/CHANGELOGS.rst b/CHANGELOGS.rst index 1b2f8f44..9ab5c3b2 100644 --- a/CHANGELOGS.rst +++ b/CHANGELOGS.rst @@ -1,6 +1,9 @@ Change Logs =========== +0.7.11 +++++++ + 0.7.10 ++++++ diff --git a/_doc/index.rst b/_doc/index.rst index 42ede5bc..752332ac 100644 --- a/_doc/index.rst +++ b/_doc/index.rst @@ -239,6 +239,7 @@ The function replaces dynamic dimensions defined as strings by Older versions ============== +* `0.7.11 <../v0.7.11/index.html>`_ * `0.7.10 <../v0.7.10/index.html>`_ * `0.7.9 <../v0.7.9/index.html>`_ * `0.6.3 <../v0.6.3/index.html>`_ diff --git a/onnx_diagnostic/__init__.py b/onnx_diagnostic/__init__.py index 9ac8287d..a0efbc84 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.10" +__version__ = "0.7.11" __author__ = "Xavier Dupré"