Skip to content

Commit cc8825c

Browse files
Bumping the version before the release (#205)
1 parent 21c6cf8 commit cc8825c

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,8 +1,4 @@
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

@@ -13,12 +9,6 @@
139
in PennyLane 0.39, and is removed in PennyLane 0.40.
1410
[(#204)](https://github.com/PennyLaneAI/pennylane-cirq/pull/204)
1511

16-
### Deprecations 👋
17-
18-
### Documentation 📝
19-
20-
### Bug fixes 🐛
21-
2212
### Contributors ✍️
2313

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

pennylane_cirq/_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)