Skip to content

Commit b68d99c

Browse files
post release version bump
1 parent cc8825c commit b68d99c

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.md

+19
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
# Release 0.41.0-dev
2+
3+
### New features since last release
4+
5+
### Improvements 🛠
6+
7+
### Breaking changes 💔
8+
9+
### Deprecations 👋
10+
11+
### Documentation 📝
12+
13+
### Bug fixes 🐛
14+
15+
### Contributors ✍️
16+
17+
This release contains contributions from (in alphabetical order):
18+
19+
---
120
# Release 0.40.0
221

322
### Breaking changes 💔

pennylane_cirq/_version.py

+1-1
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"
19+
__version__ = "0.41.0-dev"

0 commit comments

Comments
 (0)