Skip to content

Commit

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

* Update CHANGELOG.md

* Update pennylane_qiskit/_version.py

Co-authored-by: Jaybsoni <Jaybsoni@users.noreply.github.com>
Co-authored-by: Romain Moyard <rmoyard@gmail.com>
  • Loading branch information
3 people authored Apr 21, 2022
1 parent 2504209 commit c47a8f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
8 changes: 1 addition & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,10 @@
# Release 0.23.0-dev
# Release 0.23.0

### New features since last release

* Add support for the operations`IsingXX`, `IsingYY`, `IsingZZ`
[(#209)](https://github.com/PennyLaneAI/pennylane-qiskit/pull/209)

### Breaking changes

### Improvements

### Documentation

### Bug fixes

* Fix runtime sampler due to changes on Qiskit side.
Expand Down
2 changes: 1 addition & 1 deletion pennylane_qiskit/_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.23.0-dev"
__version__ = "0.23.0"

0 comments on commit c47a8f8

Please sign in to comment.