Skip to content

Commit

Permalink
Bump version and prepare for 0.8.1 release (#2530)
Browse files Browse the repository at this point in the history
To prepare for the 0.8.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 trigger the builds.
  • Loading branch information
mtreinish authored May 29, 2019
1 parent a4bb608 commit c43f7d7
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
11 changes: 9 additions & 2 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ The format is based on `Keep a Changelog`_.
`UNRELEASED`_
=============


`0.8.1`_ - 2019-05-29
=====================

Fixed
-----

Expand All @@ -43,7 +47,9 @@ Fixed
- Fix for different pulse schedules created with the same name (#2431)
- Only create a single AquireInstruction for all qubits (#2485)
- Stop modifying layout in stochastic swap pass (#2507)

- Only call CXDirection pass on optimization_level=3 if coupling map is
provided (#2526)
- Fix optimization_level=0 without a coupling map (#2509)

`0.8.0`_ - 2019-05-02
=====================
Expand Down Expand Up @@ -1160,7 +1166,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.0...HEAD
.. _UNRELEASED: https://github.com/Qiskit/qiskit-terra/compare/0.8.1...HEAD
.. _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
.. _0.7.1: https://github.com/Qiskit/qiskit-terra/compare/0.7.0...0.7.1
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.0
0.8.1
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.0",
version="0.8.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.""",
Expand Down

0 comments on commit c43f7d7

Please sign in to comment.