We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc8825c commit b68d99cCopy full SHA for b68d99c
CHANGELOG.md
@@ -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
+---
20
# Release 0.40.0
21
22
### Breaking changes 💔
pennylane_cirq/_version.py
@@ -16,4 +16,4 @@
Version number (major.minor.patch[-label])
"""
-__version__ = "0.40.0"
+__version__ = "0.41.0-dev"
0 commit comments