Skip to content

Commit

Permalink
Merge branch 'main' into update-grpc-clients
Browse files Browse the repository at this point in the history
  • Loading branch information
BatmanAoD authored Mar 4, 2025
2 parents dfaddf2 + 2adaaab commit a7de114
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions crates/lib/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 0.25.12-rc.1

### Features

- add support for hardware randomization (#515)

## 0.25.12-rc.0

### Features
Expand Down
2 changes: 1 addition & 1 deletion crates/lib/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "qcs"
description = "High level interface for running Quil on a QPU"
version = "0.25.12-rc.0"
version = "0.25.12-rc.1"
edition = "2018"
license = "Apache-2.0"
repository = "https://github.com/rigetti/qcs-sdk-rust"
Expand Down
6 changes: 6 additions & 0 deletions crates/python/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 0.21.13-rc.1

### Features

- add support for hardware randomization (#515)

## 0.21.13-rc.0

### Features
Expand Down
2 changes: 1 addition & 1 deletion crates/python/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "qcs-sdk-python"
description = "Python bindings to qcs-sdk-rust"
version = "0.21.13-rc.0"
version = "0.21.13-rc.1"
edition = "2021"
license = "Apache-2.0"
repository = "https://github.com/rigetti/qcs-sdk-rust"
Expand Down
2 changes: 1 addition & 1 deletion crates/python/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This is the metadata Maturin uploads to PyPI on publish
[project]
name = "qcs-sdk-python"
version = "0.21.13-rc.0"
version = "0.21.13-rc.1"
description = "Python interface for the QCS Rust SDK"
readme = "README.md"
license = { text = "Apache-2.0" }
Expand Down
2 changes: 1 addition & 1 deletion crates/python/tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def _read_fixture(relpath: str) -> str:

@pytest.fixture
def quantum_processor_id() -> str:
return os.getenv("TEST_LIVE_QUANTUM_PROCESSOR_ID", "Ankaa-9Q-3")
return os.getenv("TEST_LIVE_QUANTUM_PROCESSOR_ID", "Ankaa-3")


@pytest.fixture
Expand Down

0 comments on commit a7de114

Please sign in to comment.