Skip to content

Commit d7d6347

Browse files
authored
Prepare release 1.13.0 (#240)
1 parent f8f4473 commit d7d6347

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,12 @@
22

33
## Unreleased
44

5+
## qiskit-aqt-provider v1.13.0
6+
57
* Configure resources transpilation targets with the actual number of available qubits (#237)
68

79
## qiskit-aqt-provider v1.12.0
10+
811
* Point Qiskit docs links to quantum.cloud.ibm.com/docs (#229)
912
* Match the gate sets used by the transpilation target and the API (#226)
1013

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717
author = "Qiskit and AQT development teams"
1818

1919
# The short X.Y version
20-
version = "1.12.0"
20+
version = "1.13.0"
2121
# The full version, including alpha/beta/rc tags
22-
release = "1.12.0"
22+
release = "1.13.0"
2323

2424
extensions = [
2525
"sphinx.ext.napoleon",

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ requires = [
66

77
[tool.poetry]
88
name = "qiskit-aqt-provider"
9-
version = "1.12.0"
9+
version = "1.13.0"
1010
description = "Qiskit provider for AQT backends"
1111
authors = [
1212
"Qiskit Development Team",

0 commit comments

Comments
 (0)