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

Commit

Permalink
Bump aqua version and prepare for release (#351)
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.2,
which removes the install time requirement of pyeda. It also prepares
the qiskit meta-package version for release.

Fixes #311
  • Loading branch information
mtreinish authored Jun 27, 2019
1 parent b612613 commit 2983f97
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 4 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,19 @@ Changelog](http://keepachangelog.com/en/1.0.0/).
> - **Fixed**: for any bug fixes.
> - **Security**: in case of vulnerabilities.
[UNRELEASED](https://github.com/Qiskit/qiskit-terra/compare/0.10.4...HEAD)
[UNRELEASED](https://github.com/Qiskit/qiskit-terra/compare/0.10.5...HEAD)
==========================================================================

[0.10.5](https://github.com/Qiskit/qiskit/compare/0.10.4...0.10.5) - 2019-06-27
===============================================================================

Changed
-------

- Increased the qiskit-aqua version the latest release 0.5.2, which removes
the install dependency on pyeda


[0.10.4](https://github.com/Qiskit/qiskit/compare/0.10.3...0.10.4) - 2019-06-17
===============================================================================

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.4'
release = '0.10.5'


# -- General configuration ---------------------------------------------------
Expand Down
7 changes: 7 additions & 0 deletions docs/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1212,6 +1212,13 @@ This table tracks the meta-package versions and the version of each Qiskit eleme
- qiskit-ibmq-provider
- qiskit-aqua
- qiskit-chemistry
* - 0.10.5
- 0.8.2
- 0.2.1
- 0.1.1
- 0.2.2
- 0.5.2
- 0.5.0
* - 0.10.4
- 0.8.2
- 0.2.1
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.1",
"qiskit-aqua==0.5.2",
"qiskit-chemistry==0.5.0"
]

Expand Down Expand Up @@ -77,7 +77,7 @@ def run(self):

setup(
name="qiskit",
version="0.10.4",
version="0.10.5",
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 2983f97

Please sign in to comment.