Skip to content

Commit

Permalink
Version Bump (#25)
Browse files Browse the repository at this point in the history
* pre release version bump

* changelog

Co-authored-by: Jaybsoni <[email protected]>
Co-authored-by: Antal Szava <[email protected]>
  • Loading branch information
3 people authored Mar 10, 2022
1 parent b28d544 commit 3203628
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 12 deletions.
18 changes: 7 additions & 11 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

---

Expand Down
2 changes: 1 addition & 1 deletion pennylane_orquestra/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@
Version number (major.minor.patch[-label])
"""

__version__ = "0.16.0-dev"
__version__ = "0.22.0"

0 comments on commit 3203628

Please sign in to comment.