Skip to content

Commit b131e06

Browse files
committed
Merge branch 'main' of https://github.com/sdpython/onnx-diagnostic into aggw
2 parents ba96266 + 86103d8 commit b131e06

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

CHANGELOGS.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
Change Logs
22
===========
33

4+
0.7.5
5+
+++++
6+
47
0.7.4
58
+++++
69

_doc/index.rst

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -239,13 +239,11 @@ The function replaces dynamic dimensions defined as strings by
239239
Older versions
240240
==============
241241

242+
* `0.7.5 <../v0.7.5/index.html>`_
242243
* `0.7.4 <../v0.7.4/index.html>`_
243244
* `0.6.3 <../v0.6.3/index.html>`_
244245
* `0.5.0 <../v0.5.0/index.html>`_
245246
* `0.4.4 <../v0.4.4/index.html>`_
246-
* `0.3.0 <../v0.3.0/index.html>`_
247-
* `0.2.2 <../v0.2.2/index.html>`_
248-
* `0.1.0 <../v0.1.0/index.html>`_
249247

250248
The documentation was updated on:
251249

onnx_diagnostic/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
Functions, classes to dig into a model when this one is right, slow, wrong...
44
"""
55

6-
__version__ = "0.7.4"
6+
__version__ = "0.7.5"
77
__author__ = "Xavier Dupré"

0 commit comments

Comments
 (0)