We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65ff145 commit e195326Copy full SHA for e195326
CHANGELOG.md
@@ -1,5 +1,20 @@
1
# Changelog
2
3
+## v1.33.0 (2025-08-21)
4
+
5
+### Deprecations and Removals
6
7
+ * Drop Python 3.9, support 3.12, 3.13
8
9
+### Bug Fixes and Other Changes
10
11
+ * Update linters to Python 3.10
12
13
+### Documentation Changes
14
15
+ * Unquote python latest for docs
16
+ * Add Python 3.12, 3.13 to supported versions
17
18
## v1.32.0 (2025-08-13)
19
20
### Features
src/braket/pennylane_plugin/_version.py
@@ -15,4 +15,4 @@
Version number (major.minor.patch[-label])
"""
-__version__ = "1.32.1.dev0"
+__version__ = "1.33.0"
0 commit comments