From 46e4890aaa1a5d570633fb595f091028fbe5b7cb Mon Sep 17 00:00:00 2001 From: Matthew Treinish Date: Mon, 4 Mar 2019 10:48:30 -0500 Subject: [PATCH 1/3] Bump version and prepare for 0.7.1 release To prepare for the 0.7.1 bugfix release we need to increase the version number and update the changelog. This commit takes care of that so we can tag the release and build it. --- CHANGELOG.rst | 5 +++++ setup.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index fbc6023269f6..f99532f6cde5 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -20,12 +20,17 @@ The format is based on `Keep a Changelog`_. `UNRELEASED`_ ============= +`0.7.1`_ - 2019-03-04 +===================== + + Fixed ----- - Fixed a bug with measurement sampling optimization in BasicAer qasm_simulator (#1624). + `0.7.0`_ - 2018-12-19 ===================== diff --git a/setup.py b/setup.py index c62538acc9ab..c9e85a943d5d 100755 --- a/setup.py +++ b/setup.py @@ -89,7 +89,7 @@ def has_ext_modules(self): setup( name="qiskit-terra", - version="0.7.0", + version="0.7.1", description="Software for developing quantum computing programs", long_description="""Terra provides the foundations for Qiskit. It allows the user to write quantum circuits easily, and takes care of the constraints of real hardware.""", From ebca8dabf63c2e1efa6945dfd70538243d799b7e Mon Sep 17 00:00:00 2001 From: Matthew Treinish Date: Mon, 4 Mar 2019 14:03:56 -0500 Subject: [PATCH 2/3] Bump version.txt too --- qiskit/VERSION.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qiskit/VERSION.txt b/qiskit/VERSION.txt index faef31a4357c..39e898a4f952 100644 --- a/qiskit/VERSION.txt +++ b/qiskit/VERSION.txt @@ -1 +1 @@ -0.7.0 +0.7.1 From 21f01a473187adc5ac20a38a9e15b18bd6dad934 Mon Sep 17 00:00:00 2001 From: Matthew Treinish Date: Mon, 4 Mar 2019 14:09:55 -0500 Subject: [PATCH 3/3] Add link to 0.7.1 changes in changelog --- CHANGELOG.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index f99532f6cde5..2ccb0ae2785b 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -883,7 +883,8 @@ Fixed - Correct operator precedence when parsing expressions (#190). - Fix "math domain error" in mapping (#111, #151). -.. _UNRELEASED: https://github.com/Qiskit/qiskit-terra/compare/0.7.0...HEAD +.. _UNRELEASED: https://github.com/Qiskit/qiskit-terra/compare/0.7.1...HEAD +.. _0.7.1: https://github.com/Qiskit/qiskit-terra/compare/0.7.0...0.7.1 .. _0.7.0: https://github.com/Qiskit/qiskit-terra/compare/0.6.0...0.7.0 .. _0.6.0: https://github.com/Qiskit/qiskit-terra/compare/0.5.7...0.6.0 .. _0.5.7: https://github.com/Qiskit/qiskit-terra/compare/0.5.6...0.5.7