Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prepare for release 0.19.0 #102

Merged
merged 1 commit into from
Nov 3, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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