diff --git a/CHANGELOGS.rst b/CHANGELOGS.rst index bf6e231c..f61e7960 100644 --- a/CHANGELOGS.rst +++ b/CHANGELOGS.rst @@ -1,6 +1,9 @@ Change Logs =========== +0.7.14 +++++++ + 0.7.13 ++++++ diff --git a/_doc/index.rst b/_doc/index.rst index f41c19ba..0a8b5df8 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.14 <../v0.7.14/index.html>`_ * `0.7.13 <../v0.7.13/index.html>`_ * `0.7.12 <../v0.7.12/index.html>`_ * `0.7.11 <../v0.7.11/index.html>`_ diff --git a/onnx_diagnostic/__init__.py b/onnx_diagnostic/__init__.py index 073fdf20..4b0050c2 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.13" +__version__ = "0.7.14" __author__ = "Xavier Dupré" diff --git a/pyproject.toml b/pyproject.toml index a5626e70..52413972 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "onnx-diagnostic" -version = "0.7.13" +version = "0.7.14" description = "Tools to help converting pytorch models into ONNX." readme = "README.rst" authors = [