Skip to content

Commit

Permalink
Prepare release v1.10.0 (#214)
Browse files Browse the repository at this point in the history
  • Loading branch information
airwoodix authored Jan 20, 2025
1 parent 70b00c3 commit 2eaaf91
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.10.0

* Fix issue with oversized batches on offline simulators (#210)
* Improve reporting of known API calls error scenarios (#211)

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.9.0"
version = "1.10.0"
# The full version, including alpha/beta/rc tags
release = "1.9.0"
release = "1.10.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.9.0"
version = "1.10.0"
description = "Qiskit provider for AQT backends"
authors = [
"Qiskit Development Team",
Expand Down

0 comments on commit 2eaaf91

Please sign in to comment.