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

Commit

Permalink
Bump terra version and prepare release (#217)
Browse files Browse the repository at this point in the history
* Bump terra version and prepare release

This commit bumps the terra version to 0.7.2 and prepares the changelog
for the new bugfix release.

* Include PR number in changelog
  • Loading branch information
mtreinish authored and derivation committed May 1, 2019
1 parent 6e5d1e0 commit c2d0c0a
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,16 @@ The format is based on `Keep a Changelog`_.
=============


`0.8.1`_ - 2019-05-01
=====================

Changed
-------

- Increased the qiskit-terra version to v0.7.2 which includes a fix for the
schema validation of backend configuration in Qiskit/qiskit-terra#2258 (#217)


`0.8.0`_ - 2019-03-05
=====================

Expand Down Expand Up @@ -65,7 +75,8 @@ Added

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

.. _UNRELEASED: https://github.com/Qiskit/qiskit-terra/compare/0.8.0...HEAD
.. _UNRELEASED: https://github.com/Qiskit/qiskit-terra/compare/0.8.1...HEAD
.. _0.8.1: https://github.com/Qiskit/qiskit/compare/0.8.0...0.8.1
.. _0.8.0: https://github.com/Qiskit/qiskit/compare/0.7.3...0.8.0
.. _0.7.3: https://github.com/Qiskit/qiskit/compare/0.7.2...0.7.3
.. _0.7.2: https://github.com/Qiskit/qiskit/compare/0.7.1...0.7.2
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
from setuptools.command.install import install
from setuptools.command.develop import develop

qiskit_terra = "qiskit_terra==0.7.1"
qiskit_terra = "qiskit_terra==0.7.2"

requirements = [
qiskit_terra,
Expand Down Expand Up @@ -74,7 +74,7 @@ def run(self):

setup(
name="qiskit",
version="0.8.0",
version="0.8.1",
description="Software for developing quantum computing programs",
long_description="Qiskit is a software development kit for writing "
"quantum computing experiments, programs, and "
Expand Down

0 comments on commit c2d0c0a

Please sign in to comment.