Skip to content

Commit

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

* trigger ci

---------

Co-authored-by: lillian542 <[email protected]>
Co-authored-by: lillian542 <[email protected]>
  • Loading branch information
3 people authored Mar 4, 2024
1 parent 9f9faf8 commit 2004252
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
10 changes: 1 addition & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
# Release 0.35.0-dev

### New features since last release
# Release 0.35.0

### Improvements 🛠

Expand Down Expand Up @@ -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.
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.35.0-dev"
__version__ = "0.35.0"

0 comments on commit 2004252

Please sign in to comment.