From 3203628e9125e6f711548cecc3f90a3a8a7c14c5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 10 Mar 2022 17:01:48 -0500 Subject: [PATCH] Version Bump (#25) * pre release version bump * changelog Co-authored-by: Jaybsoni Co-authored-by: Antal Szava --- CHANGELOG.md | 18 +++++++----------- pennylane_orquestra/_version.py | 2 +- 2 files changed, 8 insertions(+), 12 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4193026..90e4f6b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,24 +1,20 @@ -# Release 0.20.0-dev0 - -### New features since last release - -### Breaking changes - -### Improvements - -### Documentation +# Release 0.22.0 ### Bug fixes * Changes the `batch_execute` method to support executing single tapes as per - PennyLane v0.20.0 where batch execution is the default for a QNode. + PennyLane `v0.20.0` where batch execution is the default for a QNode. + [(#22)](https://github.com/XanaduAI/pennylane-orquestra/pull/22) + +* Fixes issues that came from updates with `v0.22.0` PennyLane and in the + Z-Quantum libraries. [(#22)](https://github.com/XanaduAI/pennylane-orquestra/pull/22) ### Contributors This release contains contributions from (in alphabetical order): -Antal Száva +Sam Banning, Antal Száva --- diff --git a/pennylane_orquestra/_version.py b/pennylane_orquestra/_version.py index c592160..9dfa08d 100644 --- a/pennylane_orquestra/_version.py +++ b/pennylane_orquestra/_version.py @@ -16,4 +16,4 @@ Version number (major.minor.patch[-label]) """ -__version__ = "0.16.0-dev" +__version__ = "0.22.0"