Skip to content

Commit

Permalink
release: prepare for 1.0.0 (#114)
Browse files Browse the repository at this point in the history
  • Loading branch information
airwoodix authored Nov 30, 2023
1 parent 81c7dae commit c477dca
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 v1.0.0

* Set minimal required `qiskit` version to 0.45.0 (#108)
* Use `qiskit-algorithms` package instead of deprecated `qiskit.algorithms` in examples (#110)
* Use arnica.aqt.eu instead of arnica-stage.aqt.eu as default portal (#111)
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.19.0"
version = "1.0.0"
# The full version, including alpha/beta/rc tags
release = "0.19.0"
release = "1.0.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.19.0"
version = "1.0.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 c477dca

Please sign in to comment.