From 46735489efc61680a7f2aeee65b9320b78fea280 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Xavier=20Dupr=C3=A9?= Date: Mon, 1 Dec 2025 18:14:29 +0100 Subject: [PATCH] update version to 0.8.4 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Xavier Dupré --- CHANGELOGS.rst | 3 +++ _doc/index.rst | 2 +- onnx_diagnostic/__init__.py | 2 +- pyproject.toml | 2 +- 4 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOGS.rst b/CHANGELOGS.rst index 0f7a49e2..ddc855de 100644 --- a/CHANGELOGS.rst +++ b/CHANGELOGS.rst @@ -1,6 +1,9 @@ Change Logs =========== +0.8.4 ++++++ + 0.8.3 +++++ diff --git a/_doc/index.rst b/_doc/index.rst index c41e655a..8a54d488 100644 --- a/_doc/index.rst +++ b/_doc/index.rst @@ -239,8 +239,8 @@ The function replaces dynamic dimensions defined as strings by Older versions ============== +* `0.8.4 <../v0.8.4/index.html>`_ * `0.8.3 <../v0.8.3/index.html>`_ -* `0.8.2 <../v0.8.2/index.html>`_ * `0.7.16 <../v0.7.16/index.html>`_ * `0.6.3 <../v0.6.3/index.html>`_ * `0.5.0 <../v0.5.0/index.html>`_ diff --git a/onnx_diagnostic/__init__.py b/onnx_diagnostic/__init__.py index e8c842df..94025e37 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.8.3" +__version__ = "0.8.4" __author__ = "Xavier Dupré" diff --git a/pyproject.toml b/pyproject.toml index 5e12ab22..6ea41d7c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "onnx-diagnostic" -version = "0.8.3" +version = "0.8.4" description = "Tools to help converting pytorch models into ONNX." readme = "README.rst" authors = [