Skip to content

Commit

Permalink
chore: prepare release 4.0.0-rc.57 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
MarquessV committed Sep 14, 2023
1 parent e1d1a07 commit 82963e2
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions V4_PRERELEASE_CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## 4.0.0-rc.57

### Breaking Changes

- merging master reset version

### Fixes

- Corrected the ryy gate definition (#1603)
- Return `FenceAll` when appropriate, `TemplateWaveform`s should no longer raise `ValueError`s when being constructed from certain `quil` instructions. (#1654)
- Program declarations should be empty after copy_everything_except_instructions (#1614)

## 3.5.5-rc.2

### 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 = "3.5.5-rc.2"
version = "4.0.0-rc.57"
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 82963e2

Please sign in to comment.