Skip to content

Commit 7007712

Browse files
author
ci
committed
prepare release v1.34.0
1 parent e1d2b9b commit 7007712

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

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

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+
313
## v1.33.7 (2026-01-26)
414

515
### Bug Fixes and Other Changes

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.8.dev0"
18+
__version__ = "1.34.0"

0 commit comments

Comments
 (0)