Skip to content

Commit

Permalink
Prepare release 1.4.0 (#151)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbrixon committed Apr 15, 2024
1 parent 2b9dfa9 commit 3fb8ce5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

## Unreleased


## qiskit-aqt-provider v1.4.0

* Only support Qiskit >= 1.0 (#141)
* Transpiler: always decompose wrapped-angle RXX gates (#145, #146)
* Docs: recommend using `optimization_level 3` in the Qiskit transpiler (#146)
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 = "1.3.0"
version = "1.4.0"
# The full version, including alpha/beta/rc tags
release = "1.3.0"
release = "1.4.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 = "1.3.0"
version = "1.4.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 3fb8ce5

Please sign in to comment.