Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump version and prepare for 0.7.1 release #1886

Merged
merged 3 commits into from
Mar 4, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
=====================

Expand Down Expand Up @@ -878,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
Expand Down
2 changes: 1 addition & 1 deletion qiskit/VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.7.0
0.7.1
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ def has_ext_modules(self):

setup(
name="qiskit-terra",
version="0.7.0",
version="0.7.1",
mtreinish marked this conversation as resolved.
Show resolved Hide resolved
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