Skip to content

Commit 39ed1d5

Browse files
author
ci
committed
prepare release v1.3.2
1 parent e383c9f commit 39ed1d5

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

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

3+
## v1.3.2 (2023-04-17)
4+
5+
### Bug Fixes and Other Changes
6+
7+
* raise base openfermion requirements and loosen the restrictions
8+
* Merge branch 'main' into math411-patch-2
9+
* randomness in qcbm test
10+
* Merge branch 'main' into fix-random
11+
* remove unnecessary param
12+
* Merge branch 'main' into math411-patch-2
13+
* raise base openfermion requirements and loosen the restrictions
14+
15+
### Testing and Release Infrastructure
16+
17+
* Add JetBrains files to .gitignore
18+
319
## v1.3.1.post0 (2023-04-17)
420

521
### Testing and Release Infrastructure

src/braket/_algos/_version.py

Lines changed: 1 addition & 1 deletion
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.2.dev0"
19+
__version__ = "1.3.2"

0 commit comments

Comments
 (0)