We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21c6cf8 commit cc8825cCopy full SHA for cc8825c
CHANGELOG.md
@@ -1,8 +1,4 @@
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
@@ -13,12 +9,6 @@
13
9
in PennyLane 0.39, and is removed in PennyLane 0.40.
14
10
[(#204)](https://github.com/PennyLaneAI/pennylane-cirq/pull/204)
15
11
16
-### Deprecations 👋
17
18
-### Documentation 📝
19
20
-### Bug fixes 🐛
21
22
12
### Contributors ✍️
23
24
This release contains contributions from (in alphabetical order):
pennylane_cirq/_version.py
@@ -16,4 +16,4 @@
Version number (major.minor.patch[-label])
"""
-__version__ = "0.40.0-dev"
+__version__ = "0.40.0"
0 commit comments