Skip to content

Commit

Permalink
Bumping the version before the release (#84)
Browse files Browse the repository at this point in the history
  • Loading branch information
PietropaoloFrisoni authored Jan 8, 2025
1 parent 680f9af commit eb857e7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 14 deletions.
16 changes: 3 additions & 13 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,26 +1,16 @@
# 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`.
[(#83)](https://github.com/PennyLaneAI/pennylane-qulacs/pull/83)

### Deprecations 👋

### Documentation 📝

### Bug fixes 🐛

### Contributors ✍️

Andrija Paurevic

This release contains contributions from (in alphabetical order):

Andrija Paurevic

---
# Release 0.39.0

Expand Down
2 changes: 1 addition & 1 deletion pennylane_qulacs/_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 eb857e7

Please sign in to comment.