From 640a050a2a8aa446310516e194c847b2d6c4118d Mon Sep 17 00:00:00 2001 From: MarquessV Date: Tue, 30 Jul 2024 19:48:31 +0000 Subject: [PATCH] chore: prepare release 4.14.0-rc.0 [skip ci] --- CHANGELOG.md | 6 ++++++ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cfaee7f2c..1ab981574 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 4.14.0-rc.0 (2024-07-30) + +### Features + +#### Instruction classes and execution results now support the pickle module (#1795) + ## 4.13.1 (2024-07-25) ### Fixes diff --git a/pyproject.toml b/pyproject.toml index 681a60818..5f52cb89b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pyquil" -version = "4.13.1" +version = "4.14.0-rc.0" description = "A Python library for creating Quantum Instruction Language (Quil) programs." authors = ["Rigetti Computing "] readme = "README.md"