diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c4a87e..7c5cbe0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/docs/conf.py b/docs/conf.py index bcdf382..793eb22 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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", diff --git a/pyproject.toml b/pyproject.toml index 32a25f3..b9694ec 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"