Skip to content

Commit cbd487f

Browse files
Bumping the version before the release (#79)
1 parent f400595 commit cbd487f

File tree

2 files changed

+2
-12
lines changed

2 files changed

+2
-12
lines changed

CHANGELOG.md

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,10 @@
1-
# Release 0.40.0-dev
2-
3-
### New features since last release
4-
5-
### Improvements 🛠
1+
# Release 0.40.0
62

73
### Breaking changes 💔
84

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

12-
### Deprecations 👋
13-
14-
### Documentation 📝
15-
16-
### Bug fixes 🐛
17-
188
### Contributors ✍️
199

2010
This release contains contributions from (in alphabetical order):

pennylane_aqt/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@
1616
Version number (major.minor.patch[-label])
1717
"""
1818

19-
__version__ = "0.40.0-dev"
19+
__version__ = "0.40.0"

0 commit comments

Comments
 (0)