Skip to content

Commit 6e8a3c7

Browse files
author
ci
committed
prepare release v1.4.0
1 parent 1c0819b commit 6e8a3c7

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.4.0 (2023-06-26)
4+
5+
### Features
6+
7+
* add python 3.11 support
8+
39
## v1.3.5.post0 (2023-06-07)
410

511
### Documentation Changes

src/braket/_algos/_version.py

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

19-
__version__ = "1.3.6.dev0"
19+
__version__ = "1.4.0"

0 commit comments

Comments
 (0)