Skip to content

Commit

Permalink
Prepare for release 0.19.0 (#102)
Browse files Browse the repository at this point in the history
  • Loading branch information
airwoodix authored Nov 3, 2023
1 parent c8f6c57 commit dfb9598
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

## qiskit-aqt-provider v0.19.0

* Interprete string filters in `AQTProvider.get_backend()` as exact matches, not patterns (#90)
* Fix incorrect handling of qubit/clbit permutations by offline simulators (#93)
* Depend on [qiskit](https://pypi.org/project/qiskit/) instead of [qiskit-terra](https://pypi.org/project/qiskit-terra) (#95)
Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
author = "Qiskit and AQT development teams"

# The short X.Y version
version = "0.18.0"
version = "0.19.0"
# The full version, including alpha/beta/rc tags
release = "0.18.0"
release = "0.19.0"

extensions = [
"sphinx.ext.napoleon",
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "qiskit-aqt-provider"
version = "0.18.0"
version = "0.19.0"
description = "Qiskit provider for AQT backends"
authors = ["Qiskit Development Team", "Alpine Quantum Technologies GmbH"]
repository = "https://github.com/qiskit-community/qiskit-aqt-provider"
Expand Down

0 comments on commit dfb9598

Please sign in to comment.