We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f400595 commit cbd487fCopy full SHA for cbd487f
CHANGELOG.md
@@ -1,20 +1,10 @@
1
-# Release 0.40.0-dev
2
-
3
-### New features since last release
4
5
-### Improvements 🛠
+# Release 0.40.0
6
7
### Breaking changes 💔
8
9
* The ``qml.QubitStateVector`` template has been removed. Instead, use :class:`~pennylane.StatePrep`.
10
[(#77)](https://github.com/PennyLaneAI/pennylane-aqt/pull/77)
11
12
-### Deprecations 👋
13
14
-### Documentation 📝
15
16
-### Bug fixes 🐛
17
18
### Contributors ✍️
19
20
This release contains contributions from (in alphabetical order):
pennylane_aqt/_version.py
@@ -16,4 +16,4 @@
Version number (major.minor.patch[-label])
"""
-__version__ = "0.40.0-dev"
+__version__ = "0.40.0"
0 commit comments