We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1d2b9b commit 7007712Copy full SHA for 7007712
CHANGELOG.md
@@ -1,5 +1,15 @@
1
# Changelog
2
3
+## v1.34.0 (2026-01-30)
4
+
5
+### Deprecations and Removals
6
7
+ * Drop Python 3.10 and TensorFlow
8
9
+### Bug Fixes and Other Changes
10
11
+ * Use PL GeneralizedAmplitudeDamping convention
12
13
## v1.33.7 (2026-01-26)
14
15
### Bug Fixes and Other Changes
src/braket/pennylane_plugin/_version.py
@@ -15,4 +15,4 @@
Version number (major.minor.patch[-label])
16
"""
17
18
-__version__ = "1.33.8.dev0"
+__version__ = "1.34.0"
0 commit comments