Skip to content

Commit

Permalink
Merge branch 'master' into 1800-pickling-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
MarquessV authored Aug 13, 2024
2 parents e7e7f3a + 75fb322 commit 812a7af
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 4.14.1-rc.0 (2024-08-13)

### Fixes

#### The DefMeasureCalibration `instructions` property returns `pyQuil` `AbstractInstrction`s instead of `quil` `Instruction`s (#1799)

## 4.14.0 (2024-07-30)

### Features
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pyquil"
version = "4.14.0"
version = "4.14.1-rc.0"
description = "A Python library for creating Quantum Instruction Language (Quil) programs."
authors = ["Rigetti Computing <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit 812a7af

Please sign in to comment.