From 785e2a1a9aa3bc58eed3df293975eb43a5454263 Mon Sep 17 00:00:00 2001 From: timmysilv Date: Wed, 23 Aug 2023 22:49:20 +0000 Subject: [PATCH 1/2] pre release version bump --- CHANGELOG.md | 10 +--------- pennylane_cirq/_version.py | 2 +- 2 files changed, 2 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 72ea10f..8322dee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,18 +1,10 @@ -# Release 0.32.0-dev - -### New features since last release - -### Improvements 🛠 +# Release 0.32.0 ### Breaking changes 💔 * Python 3.8 support is dropped and Python 3.11 support is added. [(#146)](https://github.com/PennyLaneAI/pennylane-cirq/pull/146) -### Deprecations 👋 - -### Documentation 📝 - ### Bug fixes 🐛 * The plugin is updated to take `qml.StatePrep` operators, the new name for `qml.QubitStateVector`. diff --git a/pennylane_cirq/_version.py b/pennylane_cirq/_version.py index 294d502..6d1973f 100644 --- a/pennylane_cirq/_version.py +++ b/pennylane_cirq/_version.py @@ -16,4 +16,4 @@ Version number (major.minor.patch[-label]) """ -__version__ = "0.32.0-dev" +__version__ = "0.32.0" From ea5895973651ccabbaf95ad55568ff969e134fa2 Mon Sep 17 00:00:00 2001 From: Matthew Silverman Date: Wed, 23 Aug 2023 19:10:03 -0400 Subject: [PATCH 2/2] trigger ci