Skip to content

Commit

Permalink
Prepare release v1.9.0 (#207)
Browse files Browse the repository at this point in the history
  • Loading branch information
airwoodix authored Dec 16, 2024
1 parent 1b533c9 commit 06c5e31
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@

## Unreleased

* Fix source installation problem caused by removed debugpy 1.8.3 package (#188)
## qiskit-aqt-provider v1.9.0

* Fix source installation problem caused by removed `debugpy` 1.8.3 package (#188)
* User guide: add section on direct-access resources (#191)
* Split Qiskit-agnostic client resources to separate sub-package (#198)
* Allow using `numpy` v2 (#199)
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.8.1"
version = "1.9.0"
# The full version, including alpha/beta/rc tags
release = "1.8.1"
release = "1.9.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
Expand Up @@ -6,7 +6,7 @@ requires = [

[tool.poetry]
name = "qiskit-aqt-provider"
version = "1.8.1"
version = "1.9.0"
description = "Qiskit provider for AQT backends"
authors = [
"Qiskit Development Team",
Expand Down

0 comments on commit 06c5e31

Please sign in to comment.