This repository was archived by the owner on Aug 19, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +20
-5
lines changed Expand file tree Collapse file tree 4 files changed +20
-5
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,13 @@ The format is based on `Keep a Changelog`_.
19
19
`UNRELEASED `_
20
20
=============
21
21
22
+ `0.10.3 `_ - 2019-05-29
23
+ ======================
24
+
25
+ Changed
26
+ -------
27
+ - Increased the qiskit-terra version the latest release 0.8.1 (#309)
28
+
22
29
`0.10.2 `_ - 2019-05-24
23
30
======================
24
31
@@ -122,8 +129,9 @@ Added
122
129
123
130
- First release, includes qiskit-terra and qiskit-aer
124
131
125
- .. _UNRELEASED : https://github.com/Qiskit/qiskit-terra/compare/0.10.2...HEAD
126
- .. _0.10.1 : https://github.com/Qiskit/qiskit/compare/0.10.1...0.10.2
132
+ .. _UNRELEASED : https://github.com/Qiskit/qiskit-terra/compare/0.10.3...HEAD
133
+ .. _0.10.3 : https://github.com/Qiskit/qiskit/compare/0.10.2...0.10.3
134
+ .. _0.10.2 : https://github.com/Qiskit/qiskit/compare/0.10.1...0.10.2
127
135
.. _0.10.1 : https://github.com/Qiskit/qiskit/compare/0.10.0...0.10.1
128
136
.. _0.10.0 : https://github.com/Qiskit/qiskit/compare/0.9.0...0.10.0
129
137
.. _0.9.0 : https://github.com/Qiskit/qiskit/compare/0.8.1...0.9.0
Original file line number Diff line number Diff line change 38
38
# The short X.Y version
39
39
version = ''
40
40
# The full version, including alpha/beta/rc tags
41
- release = '0.10.2 '
41
+ release = '0.10.3 '
42
42
43
43
44
44
# -- General configuration ---------------------------------------------------
Original file line number Diff line number Diff line change @@ -1212,6 +1212,13 @@ This table tracks the meta-package versions and the version of each Qiskit eleme
1212
1212
- qiskit-ibmq-provider
1213
1213
- qiskit-aqua
1214
1214
- qiskit-chemistry
1215
+ * - 0.10.3
1216
+ - 0.8.1
1217
+ - 0.2.1
1218
+ - 0.1.1
1219
+ - 0.2.2
1220
+ - 0.5.1
1221
+ - 0.5.0
1215
1222
* - 0.10.2
1216
1223
- 0.8.0
1217
1224
- 0.2.1
Original file line number Diff line number Diff line change 19
19
from setuptools .command .install import install
20
20
from setuptools .command .develop import develop
21
21
22
- qiskit_terra = "qiskit_terra==0.8.0 "
22
+ qiskit_terra = "qiskit_terra==0.8.1 "
23
23
24
24
requirements = [
25
25
qiskit_terra ,
@@ -77,7 +77,7 @@ def run(self):
77
77
78
78
setup (
79
79
name = "qiskit" ,
80
- version = "0.10.2 " ,
80
+ version = "0.10.3 " ,
81
81
description = "Software for developing quantum computing programs" ,
82
82
long_description = "Qiskit is a software development kit for writing "
83
83
"quantum computing experiments, programs, and "
You can’t perform that action at this time.
0 commit comments