Skip to content

Commit

Permalink
Bump version and prepare for 0.8.2 release (#2640)
Browse files Browse the repository at this point in the history
To prepare for the 0.8.2 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 trigger the builds.
  • Loading branch information
mtreinish authored Jun 14, 2019
1 parent cd5801e commit e9c579f
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
16 changes: 15 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,19 @@ The format is based on `Keep a Changelog`_.
`UNRELEASED`_
=============

`0.8.2`_ - 2019-06-14
=====================

Fixed
-----

- Fixed an issue with latex circuit drawer backend that could lead to an empty
image output (#2531)
- Fixes for issues with the backend monitors for recent changes to IBMQ
backends (#2637)
- Fixed an issue where a ``TimeSlotCollection`` object would be mutated by the
``is_mergable_with()`` method (#2639)


`0.8.1`_ - 2019-05-29
=====================
Expand Down Expand Up @@ -1166,7 +1179,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.8.1...HEAD
.. _UNRELEASED: https://github.com/Qiskit/qiskit-terra/compare/0.8.2...HEAD
.. _0.8.2: https://github.com/Qiskit/qiskit-terra/compare/0.8.1...0.8.2
.. _0.8.1: https://github.com/Qiskit/qiskit-terra/compare/0.8.0...0.8.1
.. _0.8.0: https://github.com/Qiskit/qiskit-terra/compare/0.7.2...0.8.0
.. _0.7.2: https://github.com/Qiskit/qiskit-terra/compare/0.7.1...0.7.2
Expand Down
2 changes: 1 addition & 1 deletion qiskit/VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.8.1
0.8.2
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@

setup(
name="qiskit-terra",
version="0.8.1",
version="0.8.2",
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.""",
Expand Down

0 comments on commit e9c579f

Please sign in to comment.