Skip to content

Commit

Permalink
update for release (#351)
Browse files Browse the repository at this point in the history
  • Loading branch information
lillian542 authored Nov 22, 2023
1 parent 3695019 commit 87a4d06
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 10 deletions.
15 changes: 6 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,24 +1,21 @@
# Release 0.34.0-dev

### New features since last release
# Release 0.33.1

### Improvements 🛠

* Stop using the now-deprecated `tape.is_sampled` property.
[(#348)](https://github.com/PennyLaneAI/pennylane-qiskit/pull/348)

### Breaking changes 💔

### Deprecations 👋

### Documentation 📝

### Bug fixes 🐛

* Update conversion of PennyLane to Qiskit operators to accommodate
the addition of Singleton classes in the newest version of Qiskit.
[(#347)](https://github.com/PennyLaneAI/pennylane-qiskit/pull/347)

### Contributors ✍️

This release contains contributions from (in alphabetical order):

Lillian Frederiksen,
Matthew Silverman

---
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.34.0-dev"
__version__ = "0.33.1"

0 comments on commit 87a4d06

Please sign in to comment.