Skip to content

Commit

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

* Trigger CI

---------

Co-authored-by: mudit2812 <mudit2812@users.noreply.github.com>
Co-authored-by: Mudit Pandey <mudit.pandey@xanadu.ai>
  • Loading branch information
3 people authored Nov 1, 2024
1 parent a90a1d9 commit 8c7ffad
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.39.0-dev

### New features since last release
# Release 0.39.0

### Improvements 🛠

* Make `qiskit_session` available top-level. Users can now import it as `pennylane_qiskit.qiskit_session`.
[(#593)](https://github.com/PennyLaneAI/pennylane-qiskit/pull/593)

### Breaking changes 💔

### Deprecations 👋

### Documentation 📝

* Added warning in the documentation of `qiskit_session` due to recent reports of unexpected behavior.
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.39.0-dev"
__version__ = "0.39.0"

0 comments on commit 8c7ffad

Please sign in to comment.