Skip to content

Commit

Permalink
Bumping the version before the release (#610)
Browse files Browse the repository at this point in the history
  • Loading branch information
PietropaoloFrisoni authored Jan 8, 2025
1 parent f775205 commit 927bab3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 10 deletions.
11 changes: 2 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,12 @@
# Release 0.40.0-dev

### New features since last release

### Improvements 🛠
# Release 0.40.0

### Breaking changes 💔

* The ``qml.QubitStateVector`` template has been removed. Instead, use :class:`~pennylane.StatePrep`.
[(#601)](https://github.com/PennyLaneAI/pennylane-qiskit/pull/601)

### Deprecations 👋

### Documentation 📝

### Bug fixes 🐛

* Fixed premature session closure when using `qiskit_session`.
[(#608)](https://github.com/PennyLaneAI/pennylane-qiskit/pull/608)

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.40.0-dev"
__version__ = "0.40.0"

0 comments on commit 927bab3

Please sign in to comment.