Skip to content

Commit

Permalink
chore: prepare release [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
jselig-rigetti committed Jan 23, 2025
1 parent f4f6ebb commit b9a3c91
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions quil-py/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 0.15.2-rc.0 (2025-01-23)

### Fixes

#### github actions should use macos-latest build runner (#438)

## 0.15.1 (2025-01-23)

### Fixes
Expand Down
2 changes: 1 addition & 1 deletion quil-py/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "quil-py"
description = "Python bindings for quil-rs"
version = "0.15.1"
version = "0.15.2-rc.0"
edition = "2021"
license = "Apache-2.0"
repository = "https://github.com/rigetti/quil-rs"
Expand Down
2 changes: 1 addition & 1 deletion quil-py/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "quil"
version = "0.15.1"
version = "0.15.2-rc.0"
requires-python = ">=3.8"
description = "A Python package for building and parsing Quil programs."
documentation = "https://rigetti.github.io/quil-rs/quil.html"
Expand Down

0 comments on commit b9a3c91

Please sign in to comment.