Skip to content
This repository has been archived by the owner on Dec 7, 2021. It is now read-only.

Commit

Permalink
Merge pull request #205 from manoelmarques/stable
Browse files Browse the repository at this point in the history
Patch release 0.3.1
  • Loading branch information
manoelmarques authored Nov 29, 2018
2 parents 304ee97 + 1228173 commit 7b101fe
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,14 @@ The format is based on `Keep a Changelog`_.
`UNRELEASED`_
=============

`0.3.1`_ - 2018-11-29
=====================

Changed
-------

- Different backends might have different signatures for describing the job completion.

`0.3.0`_ - 2018-10-05
=====================

Expand Down Expand Up @@ -125,7 +133,8 @@ Changed
- Updated qiskit minimum version in setup.py.
- Fixed links in readme.me.

.. _UNRELEASED: https://github.com/Qiskit/aqua/compare/0.3.0...HEAD
.. _UNRELEASED: https://github.com/Qiskit/aqua/compare/0.3.1...HEAD
.. _0.3.1: https://github.com/Qiskit/aqua/compare/0.3.0...0.3.1
.. _0.3.0: https://github.com/Qiskit/aqua/compare/0.2.0...0.3.0
.. _0.2.0: https://github.com/Qiskit/aqua/compare/0.1.2...0.2.0
.. _0.1.2: https://github.com/Qiskit/aqua/compare/0.1.1...0.1.2
Expand Down
2 changes: 1 addition & 1 deletion qiskit_aqua/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
get_pluggable_configuration)


__version__ = '0.3.0'
__version__ = '0.3.1'

__all__ = ['AlgorithmError',
'Operator',
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@

setuptools.setup(
name='qiskit-aqua',
version="0.3.0", # this should match __init__.__version__
version="0.3.1", # this should match __init__.__version__
description='Qiskit Aqua: An extensible library of quantum computing algorithms',
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 7b101fe

Please sign in to comment.