Skip to content

Commit

Permalink
Prepare 0.5.1 release
Browse files Browse the repository at this point in the history
The only user-facing change is that the requirements on the `openqasm3`
package are now much wider, since it is semver stable.  Little
meaningful changed between its version 0.4 and its 1.0 release, for us
at least.
  • Loading branch information
jakelishman committed Nov 15, 2024
1 parent 67de433 commit e80a74a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions releasenotes/notes/prepare-0.5.1-f850197b84546664.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
prelude: >
`qiskit-qasm3-import` version 0.5.1 increases the supported versions of the underlying `openqasm3`
parser package to reflect the semantic-versioned stability guarantees following its 1.0 release.
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.5.0"
__version__ = "0.5.1"

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

Expand Down

0 comments on commit e80a74a

Please sign in to comment.