Skip to content

Commit e63d4bf

Browse files
author
ci
committed
prepare release v1.23.2
1 parent 9e7a185 commit e63d4bf

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## v1.23.2 (2025-03-08)
4+
5+
### Bug Fixes and Other Changes
6+
7+
* Use builtins for type hints
8+
39
## v1.23.1 (2025-01-28)
410

511
### Bug Fixes and Other Changes

src/braket/_schemas/_version.py

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

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

0 commit comments

Comments
 (0)