From 2cabc84d7f0c379f9b59e0403e8418d1411b55c0 Mon Sep 17 00:00:00 2001 From: MarquessV Date: Wed, 10 Apr 2024 17:00:25 +0000 Subject: [PATCH] chore: prepare release 4.9.0-rc.1 [skip ci] --- CHANGELOG.md | 10 ++++++++++ pyproject.toml | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fd89dbccf..4ab49bd8b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## 4.9.0-rc.1 (2024-04-10) + +### Features + +#### Publish pyquil-grpc-web; A new package that supports making gRPC connections over HTTP/1.1. (#1763) + +### Fixes + +#### Program#out(calibrations=False) will not expand calibrations (#1758) + ## 4.9.0-rc.0 (2024-04-09) ### Features diff --git a/pyproject.toml b/pyproject.toml index b823ad53f..ffe192870 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pyquil" -version = "4.9.0-rc.0" +version = "4.9.0-rc.1" description = "A Python library for creating Quantum Instruction Language (Quil) programs." authors = ["Rigetti Computing "] readme = "README.md"