Skip to content

Commit

Permalink
Prepare 0.5.0 release (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
jakelishman authored Jun 13, 2024
1 parent 286176e commit 6fb0091
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions releasenotes/notes/prepare-0.5.0-db767ecc0471424d.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
prelude: >
The 0.5.0 release makes the default importing mode less strict about
mixing floating-point and angle types in gate bodies. This is to support
Qiskit's export, which is unfortunately inconsistent with the letter of the
specification due to technical limitiations in Qiskit's internal representation.
2 changes: 1 addition & 1 deletion src/qiskit_qasm3_import/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

"""Basic importer for OpenQASM 3 programmes into Qiskit."""

__version__ = "0.4.2"
__version__ = "0.5.0"

__all__ = ["parse", "convert", "ConversionError"]

Expand Down

0 comments on commit 6fb0091

Please sign in to comment.