diff --git a/CHANGELOG.rst b/CHANGELOG.rst index a76c2c397502..f0106dfaa35d 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -19,10 +19,15 @@ The format is based on `Keep a Changelog`_. `UNRELEASED`_ ============= +`0.10.2`_ - 2019-05-24 +====================== + Changed ------- -- Updated ``qiskit-aer`` dependency to 0.2.1. +- Updated ``qiskit-aer`` dependency to 0.2.1. (#302) +- Increased the qiskit-aqua version the latest release 0.5.1, this removes + torch as a mandatory requirement. (#303) `0.10.1`_ - 2019-05-07 @@ -117,7 +122,8 @@ Added - First release, includes qiskit-terra and qiskit-aer -.. _UNRELEASED: https://github.com/Qiskit/qiskit-terra/compare/0.10.1...HEAD +.. _UNRELEASED: https://github.com/Qiskit/qiskit-terra/compare/0.10.2...HEAD +.. _0.10.1: https://github.com/Qiskit/qiskit/compare/0.10.1...0.10.2 .. _0.10.1: https://github.com/Qiskit/qiskit/compare/0.10.0...0.10.1 .. _0.10.0: https://github.com/Qiskit/qiskit/compare/0.9.0...0.10.0 .. _0.9.0: https://github.com/Qiskit/qiskit/compare/0.8.1...0.9.0 diff --git a/docs/conf.py b/docs/conf.py index 7ea357ea6613..835a5732f8ad 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -38,7 +38,7 @@ # The short X.Y version version = '' # The full version, including alpha/beta/rc tags -release = '0.10.1' +release = '0.10.2' # -- General configuration --------------------------------------------------- diff --git a/setup.py b/setup.py index 6346bd9066d7..a3f4549b28e2 100755 --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ "qiskit-aer==0.2.1", "qiskit-ibmq-provider==0.2.2", "qiskit-ignis==0.1.1", - "qiskit-aqua==0.5.0", + "qiskit-aqua==0.5.1", "qiskit-chemistry==0.5.0" ] @@ -77,7 +77,7 @@ def run(self): setup( name="qiskit", - version="0.10.1", + version="0.10.2", description="Software for developing quantum computing programs", long_description="Qiskit is a software development kit for writing " "quantum computing experiments, programs, and "