Skip to content
This repository was archived by the owner on Aug 19, 2023. It is now read-only.

Commit d45a933

Browse files
authored
Update ibmq provider version for 0.11.2 release (#468)
There was also a qiskit-ibmq-provider release today to pin a misbehaving requirement on python 3.5. This commit adds it to the pending release.
1 parent 3ee9d93 commit d45a933

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,15 @@ Changelog](http://keepachangelog.com/en/1.0.0/).
1717
[UNRELEASED](https://github.com/Qiskit/qiskit/compare/0.11.2...HEAD)
1818
====================================================================
1919

20-
[0.11.2](https://github.com/Qiskit/qiskit/compare/0.11.1...0.11.2) - 2019-08-19
20+
[0.11.2](https://github.com/Qiskit/qiskit/compare/0.11.1...0.11.2) - 2019-08-20
2121
===============================================================================
2222

2323
Changed
2424
-------
2525

2626
- Increased the `qiskit-aqua` version to the latest release 0.5.5.
27-
27+
- Increased the `qiskit-ibmq-provider` version to the latest release 0.3.2 which
28+
adds a pin for the `nest_asyncio` requirement to fix an issue with python 3.5.
2829

2930

3031
[0.11.1](https://github.com/Qiskit/qiskit/compare/0.11.0...0.11.1) - 2019-07-24

docs/release_notes.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ This table tracks the meta-package versions and the version of each Qiskit eleme
2222
- 0.8.2
2323
- 0.2.3
2424
- 0.1.1
25-
- 0.3.1
25+
- 0.3.2
2626
- 0.5.5
2727
* - 0.11.1
2828
- 0.8.2

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
requirements = [
2020
qiskit_terra,
2121
"qiskit-aer==0.2.3",
22-
"qiskit-ibmq-provider==0.3.1",
22+
"qiskit-ibmq-provider==0.3.2",
2323
"qiskit-ignis==0.1.1",
2424
"qiskit-aqua==0.5.5",
2525
"qiskit-chemistry==0.5.0"

0 commit comments

Comments
 (0)