File tree 6 files changed +20
-6
lines changed
6 files changed +20
-6
lines changed Original file line number Diff line number Diff line change
1
+ ## 0.20.3
2
+
3
+ ### Features
4
+
5
+ - Update quil-rs/quil-py to 0.23.4/0.6.4 (#423 )
6
+ - provide ExecutionOptions configurability as ApiExecutionOptions (#415 )
7
+
1
8
## 0.20.3-rc.2
2
9
3
10
### Features
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " qcs"
3
3
description = " High level interface for running Quil on a QPU"
4
- version = " 0.20.3-rc.2 "
4
+ version = " 0.20.3"
5
5
edition = " 2018"
6
6
license = " Apache-2.0"
7
7
repository = " https://github.com/rigetti/qcs-sdk-rust"
Original file line number Diff line number Diff line change
1
+ ## 0.16.2
2
+
3
+ ### Features
4
+
5
+ - Update quil-rs/quil-py to 0.23.4/0.6.4 (#423 )
6
+ - provide ExecutionOptions configurability as ApiExecutionOptions (#415 )
7
+
1
8
## 0.16.2-rc.2
2
9
3
10
### Features
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " qcs-sdk-python"
3
3
description = " Python bindings to qcs-sdk-rust"
4
- version = " 0.16.2-rc.2 "
4
+ version = " 0.16.2"
5
5
edition = " 2021"
6
6
license = " Apache-2.0"
7
7
repository = " https://github.com/rigetti/qcs-sdk-rust"
Original file line number Diff line number Diff line change 1
1
# This is the metadata Maturin uploads to PyPI on publish
2
2
[project ]
3
3
name = " qcs-sdk-python"
4
- version = " 0.16.2-rc.2 "
4
+ version = " 0.16.2"
5
5
description = " Python interface for the QCS Rust SDK"
6
6
readme = " README.md"
7
7
license = { text = " Apache-2.0" }
@@ -26,7 +26,7 @@ dependencies = ["quil==0.6.4"]
26
26
# We can remove this table once this issue is resolved: https://github.com/python-poetry/poetry/issues/3332
27
27
[tool .poetry ]
28
28
name = " qcs-sdk-python"
29
- version = " 0.16.2-rc.2 "
29
+ version = " 0.16.2"
30
30
description = " Python interface for the QCS Rust SDK"
31
31
readme = " README.md"
32
32
authors = [
You can’t perform that action at this time.
0 commit comments