Skip to content

Commit

Permalink
Prepare release 1.3.0 (#140)
Browse files Browse the repository at this point in the history
  • Loading branch information
airwoodix authored Feb 20, 2024
1 parent 5bfcbd1 commit 75b78a2
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,12 @@

## Unreleased

## qiskit-aqt-provider v1.3.0

* Point Qiskit docs link to docs.quantum.ibm.com (#135)
* Remove references to the deprecated function `qiskit.execute` (#136)
* Pin Qiskit dependency strictly below 1.0 (#137)
* Remove the Grover 3-SAT example (#137)

## qiskit-aqt-provider v1.2.0

Expand Down
6 changes: 3 additions & 3 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 = "1.2.0"
version = "1.3.0"
# The full version, including alpha/beta/rc tags
release = "1.2.0"
release = "1.3.0"

extensions = [
"sphinx.ext.napoleon",
Expand Down Expand Up @@ -80,5 +80,5 @@

intersphinx_mapping = {
"python": ("https://docs.python.org/3", None),
"qiskit": ("https://qiskit.org/documentation/", None),
"qiskit": ("https://docs.quantum.ibm.com/api/qiskit/0.46", None),
}
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 = "1.2.0"
version = "1.3.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 75b78a2

Please sign in to comment.