Skip to content
This repository has been archived by the owner on Aug 19, 2023. It is now read-only.

Commit

Permalink
Bump aqua and prepare for release (#303)
Browse files Browse the repository at this point in the history
This commit bumps the aqua version to pull in the latest release 0.5.1
which removes the dependency on torch. It also prepares the qiskit
package versions for release.

Fixes #273
  • Loading branch information
mtreinish authored May 24, 2019
1 parent 854f66e commit 301b7f0
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 ---------------------------------------------------
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
]

Expand Down Expand Up @@ -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 "
Expand Down

0 comments on commit 301b7f0

Please sign in to comment.