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

Commit 9250863

Browse files
mtreinishderivation
authored andcommitted
Bump terra and prepare for release (#309)
* Bump terra and prepare for release This commit bumps the terra version to pull in the latest release 0.8.1. It also prepares the qiskit package versions for release. Fixes #278 * Update changelog
1 parent a5ddc7d commit 9250863

File tree

4 files changed

+20
-5
lines changed

4 files changed

+20
-5
lines changed

CHANGELOG.rst

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,13 @@ The format is based on `Keep a Changelog`_.
1919
`UNRELEASED`_
2020
=============
2121

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+
2229
`0.10.2`_ - 2019-05-24
2330
======================
2431

@@ -122,8 +129,9 @@ Added
122129

123130
- First release, includes qiskit-terra and qiskit-aer
124131

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
127135
.. _0.10.1: https://github.com/Qiskit/qiskit/compare/0.10.0...0.10.1
128136
.. _0.10.0: https://github.com/Qiskit/qiskit/compare/0.9.0...0.10.0
129137
.. _0.9.0: https://github.com/Qiskit/qiskit/compare/0.8.1...0.9.0

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
# The short X.Y version
3939
version = ''
4040
# The full version, including alpha/beta/rc tags
41-
release = '0.10.2'
41+
release = '0.10.3'
4242

4343

4444
# -- General configuration ---------------------------------------------------

docs/release_notes.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1212,6 +1212,13 @@ This table tracks the meta-package versions and the version of each Qiskit eleme
12121212
- qiskit-ibmq-provider
12131213
- qiskit-aqua
12141214
- 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
12151222
* - 0.10.2
12161223
- 0.8.0
12171224
- 0.2.1

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
from setuptools.command.install import install
2020
from setuptools.command.develop import develop
2121

22-
qiskit_terra = "qiskit_terra==0.8.0"
22+
qiskit_terra = "qiskit_terra==0.8.1"
2323

2424
requirements = [
2525
qiskit_terra,
@@ -77,7 +77,7 @@ def run(self):
7777

7878
setup(
7979
name="qiskit",
80-
version="0.10.2",
80+
version="0.10.3",
8181
description="Software for developing quantum computing programs",
8282
long_description="Qiskit is a software development kit for writing "
8383
"quantum computing experiments, programs, and "

0 commit comments

Comments
 (0)