Skip to content

Commit 5b4d759

Browse files
committed
version
1 parent d7f7515 commit 5b4d759

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

CHANGELOGS.rst

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

4+
0.6.3
5+
+++++
6+
7+
* :pr:`140`: improves command line find
8+
49
0.6.2
510
+++++
611

_doc/index.rst

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -206,19 +206,14 @@ The function replaces dynamic dimensions defined as strings by
206206
Older versions
207207
++++++++++++++
208208

209+
* `0.6.3 <../v0.6.3/index.html>`_
209210
* `0.6.2 <../v0.6.2/index.html>`_
210211
* `0.6.1 <../v0.6.1/index.html>`_
211212
* `0.6.0 <../v0.6.0/index.html>`_
212213
* `0.5.0 <../v0.5.0/index.html>`_
213214
* `0.4.4 <../v0.4.4/index.html>`_
214-
* `0.4.3 <../v0.4.3/index.html>`_
215-
* `0.4.2 <../v0.4.2/index.html>`_
216-
* `0.4.1 <../v0.4.1/index.html>`_
217-
* `0.4.0 <../v0.4.0/index.html>`_
218215
* `0.3.0 <../v0.3.0/index.html>`_
219216
* `0.2.2 <../v0.2.2/index.html>`_
220-
* `0.2.1 <../v0.2.1/index.html>`_
221-
* `0.2.0 <../v0.2.0/index.html>`_
222217
* `0.1.0 <../v0.1.0/index.html>`_
223218

224219
The documentation was updated on:

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.6.2"
6+
__version__ = "0.6.3"
77
__author__ = "Xavier Dupré"

0 commit comments

Comments
 (0)