Skip to content

Commit

Permalink
Prepare 0.6.2 release (#66)
Browse files Browse the repository at this point in the history
* Update CHANGELOG.rst

* Raise the same exception type in build as before

* Revert "Raise the same exception type in build as before"

This reverts commit 4bb6c40.

* Fix misformatted docstring

* Update CHANGELOG.rst

---------

Co-authored-by: jbachurski <[email protected]>
  • Loading branch information
JakubBachurskiQC and jbachurski authored Mar 29, 2023
1 parent 0907084 commit 3f215a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
Change log
==========

0.6.2 (2023-03-xx)
0.6.2 (2023-03-29)
------------------

**Pending breaking changes**
Expand Down
2 changes: 1 addition & 1 deletion src/spox/_public.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ def __call__(self, *args: Var, **kwargs: Var) -> Dict[str, Var]:


def inline(model: onnx.ModelProto) -> _InlineCall:
"""Inline an existing ONNX model. Takes and produces ``Var``s.
"""Inline an existing ONNX model, taking and producing ``Var``.
Any valid model may be inlined. The behaviour of the ``model`` is
replicated, its metadata (docstring, annotations) may be stripped.
Expand Down

0 comments on commit 3f215a3

Please sign in to comment.