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

Commit

Permalink
Bump terra and prepare for release (#332)
Browse files Browse the repository at this point in the history
* Bump terra and prepare for release

This commit bumps the terra version to pull in the latest release 0.8.1.
It also prepares the qiskit package versions for release.

* Update changelog
  • Loading branch information
mtreinish authored and ajavadia committed Jun 17, 2019
1 parent cc4fbb7 commit b89e984
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 4 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,18 @@ 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.3...HEAD)
[UNRELEASED](https://github.com/Qiskit/qiskit-terra/compare/0.10.4...HEAD)
==========================================================================

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

Changed
-------

- Increased the qiskit-terra version the latest release 0.8.2 (#332)


[0.10.3](https://github.com/Qiskit/qiskit/compare/0.10.2...0.10.3) - 2019-05-29
===============================================================================

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.3'
release = '0.10.4'


# -- 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.4
- 0.8.2
- 0.2.1
- 0.1.1
- 0.2.2
- 0.5.1
- 0.5.0
* - 0.10.3
- 0.8.1
- 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 @@ -19,7 +19,7 @@
from setuptools.command.install import install
from setuptools.command.develop import develop

qiskit_terra = "qiskit_terra==0.8.1"
qiskit_terra = "qiskit_terra==0.8.2"

requirements = [
qiskit_terra,
Expand Down Expand Up @@ -77,7 +77,7 @@ def run(self):

setup(
name="qiskit",
version="0.10.3",
version="0.10.4",
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 b89e984

Please sign in to comment.