diff --git a/CHANGELOGS.rst b/CHANGELOGS.rst index 6aa3eb0d..a99e4c36 100644 --- a/CHANGELOGS.rst +++ b/CHANGELOGS.rst @@ -1,6 +1,9 @@ Change Logs =========== +0.7.17 +++++++ + 0.7.16 ++++++ diff --git a/_doc/index.rst b/_doc/index.rst index 2bb2cbbc..32b97e66 100644 --- a/_doc/index.rst +++ b/_doc/index.rst @@ -239,10 +239,8 @@ The function replaces dynamic dimensions defined as strings by Older versions ============== +* `0.7.17 <../v0.7.17/index.html>`_ * `0.7.16 <../v0.7.16/index.html>`_ -* `0.7.15 <../v0.7.15/index.html>`_ -* `0.7.14 <../v0.7.14/index.html>`_ -* `0.7.12 <../v0.7.12/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>`_ diff --git a/onnx_diagnostic/__init__.py b/onnx_diagnostic/__init__.py index 18c4b1cf..71fca7c8 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.16" +__version__ = "0.7.17" __author__ = "Xavier Dupré" diff --git a/pyproject.toml b/pyproject.toml index 67457920..55019d34 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "onnx-diagnostic" -version = "0.7.16" +version = "0.7.17" description = "Tools to help converting pytorch models into ONNX." readme = "README.rst" authors = [