Skip to content

Commit 7dc2482

Browse files
Bump version in preparation for new bugfix release (qiskit-community#1060)
1 parent 07d1029 commit 7dc2482

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,20 @@ Changelog](http://keepachangelog.com/en/1.0.0/).
1515
> - **Fixed**: for any bug fixes.
1616
> - **Security**: in case of vulnerabilities.
1717
18-
[UNRELEASED](https://github.com/Qiskit/qiskit-aqua/compare/0.7.2...HEAD)
18+
[UNRELEASED](https://github.com/Qiskit/qiskit-aqua/compare/0.7.3...HEAD)
1919
========================================================================
2020

21+
[0.7.3](https://github.com/Qiskit/qiskit-aqua/compare/0.7.2...0.7.3) - 2020-06-18
22+
=================================================================================
23+
24+
Fixed
25+
-----
26+
27+
- CircuitOp uses QuantumCircuit.compose, not .combine (#1048)
28+
- MatrixOp.to_instruction updated to return an Instruction (#1049)
29+
- Fix hash function of PauliOp class (#1052)
30+
- Make cvxpy an optional dependency (#1055)
31+
2132
[0.7.2](https://github.com/Qiskit/qiskit-aqua/compare/0.7.1...0.7.2) - 2020-06-15
2233
=================================================================================
2334

qiskit/aqua/VERSION.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.7.2
1+
0.7.3

0 commit comments

Comments
 (0)