From 20042520db70225390ec6dcd4b8f51e951c58847 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 4 Mar 2024 15:25:47 -0500 Subject: [PATCH] Version Bump (#476) * pre release version bump * trigger ci --------- Co-authored-by: lillian542 Co-authored-by: lillian542 --- CHANGELOG.md | 10 +--------- pennylane_qiskit/_version.py | 2 +- 2 files changed, 2 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index af6d2daa2..8a7027782 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,4 @@ -# Release 0.35.0-dev - -### New features since last release +# Release 0.35.0 ### Improvements 🛠 @@ -42,12 +40,6 @@ * Unused parameters are now ignored when a `QuantumCircuit` is converted using `load`. [(#454)](https://github.com/PennyLaneAI/pennylane-qiskit/pull/454) -### Breaking changes 💔 - -### Deprecations 👋 - -### Documentation 📝 - ### Bug fixes 🐛 * `QiskitDevice.batch_execute()` now gracefully handles empty lists of circuits. diff --git a/pennylane_qiskit/_version.py b/pennylane_qiskit/_version.py index 9bd26695e..ca869ffb4 100644 --- a/pennylane_qiskit/_version.py +++ b/pennylane_qiskit/_version.py @@ -16,4 +16,4 @@ Version number (major.minor.patch[-label]) """ -__version__ = "0.35.0-dev" +__version__ = "0.35.0"