Skip to content

Commit

Permalink
chore: prepare release 4.14.1-rc.1 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
MarquessV committed Aug 13, 2024
1 parent 23967ca commit acc98e1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

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

### Fixes

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

#### Unpickling an `AbstractInstruction` will result in an `AbstractInstruction` instead of a `quil` `Instruction` (#1801)

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

### Fixes
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.1-rc.0"
version = "4.14.1-rc.1"
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 acc98e1

Please sign in to comment.