Skip to content

Commit b5d170e

Browse files
author
ci
committed
prepare release v1.33.1
1 parent 669ad3c commit b5d170e

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## v1.33.1 (2025-09-10)
4+
5+
### Bug Fixes and Other Changes
6+
7+
* Python 3.10 syntax
8+
39
## v1.33.0 (2025-08-21)
410

511
### Deprecations and Removals

src/braket/pennylane_plugin/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@
1515
Version number (major.minor.patch[-label])
1616
"""
1717

18-
__version__ = "1.33.1.dev0"
18+
__version__ = "1.33.1"

0 commit comments

Comments
 (0)