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

Commit

Permalink
Bump Meta (#1257)
Browse files Browse the repository at this point in the history
* Bump version for qiskit-terra==0.17.4

Bump the meta repo version to include:

qiskit-terra==0.17.4

* Add terra release notes

Co-authored-by: Matthew Treinish <[email protected]>
  • Loading branch information
qiskit-bot and mtreinish authored May 18, 2021
1 parent 77bc642 commit 85bd87b
Show file tree
Hide file tree
Showing 3 changed files with 44 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
# The short X.Y version
version = ''
# The full version, including alpha/beta/rc tags
release = '0.26.0'
release = '0.26.1'

rst_prolog = """
.. |version| replace:: {0}
Expand Down
41 changes: 41 additions & 0 deletions docs/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,47 @@ This table tracks the meta-package versions and the version of each Qiskit eleme
Notable Changes
###############

*************
Qiskit 0.26.1
*************

.. _Release Notes_0.17.4:

Terra 0.17.4
============

.. _Release Notes_0.17.4_Bug Fixes:

Bug Fixes
---------

- Fixed an issue with the :class:`~qiskit.utils.QuantumInstance` with
:class:`~qiskit.providers.BackendV1` backends with the
:attr:`~qiskit.providers.models.BackendConfiguration.`max_experiments`
attribute set to a value less than the number of circuits to run. Previously
the :class:`~qiskit.utils.QuantumInstance` would not correctly split the
circuits to run into separate jobs, which has been corrected.

Aer 0.8.2
=========

No change

Ignis 0.6.0
===========

No change

Aqua 0.9.1
==========

No change

IBM Q Provider 0.13.1
=====================

No change

*************
Qiskit 0.26.0
*************
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 @@
# putting multiple requirements on the same line will prevent qiskit-bot
# from correctly updating the versions for the qiskit packages.
requirements = [
"qiskit-terra==0.17.3",
"qiskit-terra==0.17.4",
"qiskit-aer==0.8.2",
"qiskit-ibmq-provider==0.13.1",
"qiskit-ignis==0.6.0",
Expand Down Expand Up @@ -66,7 +66,7 @@

setup(
name="qiskit",
version="0.26.0",
version="0.26.1",
description="Software for developing quantum computing programs",
long_description=README,
long_description_content_type='text/markdown',
Expand Down

0 comments on commit 85bd87b

Please sign in to comment.