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

Commit

Permalink
Update files for 0.10.0 release (#244)
Browse files Browse the repository at this point in the history
* Update files for 0.9.1 release

* Update version to 0.10.0

* Fix CHANGELOG link to PR

* Bump ibmq-provider dependency to 0.2.1

* Update CHANGELOG.rst

Co-Authored-By: diego-plan9 <[email protected]>
  • Loading branch information
diego-plan9 authored May 6, 2019
1 parent cb9d0e1 commit ee8e652
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 4 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,20 @@ The format is based on `Keep a Changelog`_.
- **Fixed**: for any bug fixes.
- **Security**: in case of vulnerabilities.


`UNRELEASED`_
=============


`0.10.0`_ - 2019-05-06
======================

Changed
-------

- Updated the ``qiskit-ibmq-provider`` dependency to 0.2.1 (#244).


`0.9.0`_ - 2019-05-02
=====================

Expand Down Expand Up @@ -93,7 +103,8 @@ Added

- First release, includes qiskit-terra and qiskit-aer

.. _UNRELEASED: https://github.com/Qiskit/qiskit-terra/compare/0.9.0...HEAD
.. _UNRELEASED: https://github.com/Qiskit/qiskit-terra/compare/0.10.0...HEAD
.. _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
.. _0.8.1: https://github.com/Qiskit/qiskit/compare/0.8.0...0.8.1
.. _0.8.0: https://github.com/Qiskit/qiskit/compare/0.7.3...0.8.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.9'
release = '0.10.0'


# -- General configuration ---------------------------------------------------
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
requirements = [
qiskit_terra,
"qiskit-aer==0.2.0",
"qiskit-ibmq-provider==0.1.1",
"qiskit-ibmq-provider==0.2.1",
"qiskit-ignis==0.1.1",
"qiskit-aqua==0.5.0",
"qiskit-chemistry==0.5.0"
Expand Down Expand Up @@ -77,7 +77,7 @@ def run(self):

setup(
name="qiskit",
version="0.9.0",
version="0.10.0",
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 ee8e652

Please sign in to comment.