Skip to content

Commit 5d4c644

Browse files
committed
upgrade version
1 parent 88017d2 commit 5d4c644

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
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.7.16
5+
++++++
6+
7+
8+
49
0.7.15
510
++++++
611

_doc/index.rst

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

242+
* `0.7.16 <../v0.7.16/index.html>`_
242243
* `0.7.15 <../v0.7.15/index.html>`_
243244
* `0.7.14 <../v0.7.14/index.html>`_
244245
* `0.7.12 <../v0.7.12/index.html>`_
245-
* `0.7.11 <../v0.7.11/index.html>`_
246246
* `0.6.3 <../v0.6.3/index.html>`_
247247
* `0.5.0 <../v0.5.0/index.html>`_
248248
* `0.4.4 <../v0.4.4/index.html>`_

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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "onnx-diagnostic"
3-
version = "0.7.15"
3+
version = "0.7.16"
44
description = "Tools to help converting pytorch models into ONNX."
55
readme = "README.rst"
66
authors = [

0 commit comments

Comments
 (0)