Skip to content

Commit

Permalink
Prepare for release 1.1.0 (#120)
Browse files Browse the repository at this point in the history
  • Loading branch information
airwoodix committed Jan 18, 2024
1 parent 3a85140 commit e8108b1
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

* Update to pydantic 2 (#66)
## qiskit-aqt-provider v1.1.0

* Update to `pydantic` v2 (#66)
* Update API specification to track the production server (#66)

## qiskit-aqt-provider v1.0.0
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.0.0"
version = "1.1.0"
# The full version, including alpha/beta/rc tags
release = "1.0.0"
release = "1.1.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.0.0"
version = "1.1.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 e8108b1

Please sign in to comment.