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 fef2718 commit 32427d4
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.0-rc.0 (2025-01-23)

### Breaking Changes

#### make Calibration and MeasureCalibrationDefinition getter methods into properties (#435)

## 0.14.0 (2025-01-17)

### Breaking Changes
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.14.0"
version = "0.15.0-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.14.0"
version = "0.15.0-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 32427d4

Please sign in to comment.