We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 669ad3c commit b5d170eCopy full SHA for b5d170e
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## v1.33.1 (2025-09-10)
4
+
5
+### Bug Fixes and Other Changes
6
7
+ * Python 3.10 syntax
8
9
## v1.33.0 (2025-08-21)
10
11
### Deprecations and Removals
src/braket/pennylane_plugin/_version.py
@@ -15,4 +15,4 @@
15
Version number (major.minor.patch[-label])
16
"""
17
18
-__version__ = "1.33.1.dev0"
+__version__ = "1.33.1"
0 commit comments