From acc98e15c309eb12288fb1c313994a567b566f18 Mon Sep 17 00:00:00 2001 From: MarquessV Date: Tue, 13 Aug 2024 23:15:05 +0000 Subject: [PATCH] chore: prepare release 4.14.1-rc.1 [skip ci] --- CHANGELOG.md | 8 ++++++++ pyproject.toml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c372db8da..1ac6ff937 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/pyproject.toml b/pyproject.toml index 3c7a37f9f..d180083e7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 "] readme = "README.md"