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

Commit

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

Bump the meta repo version to include:

qiskit-terra==0.16.3

* Add release notes

Co-authored-by: Matthew Treinish <[email protected]>
  • Loading branch information
qiskit-bot and mtreinish authored Jan 28, 2021
1 parent a5b46ba commit f7a8330
Show file tree
Hide file tree
Showing 3 changed files with 41 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 @@ -45,7 +45,7 @@
# The short X.Y version
version = ''
# The full version, including alpha/beta/rc tags
release = '0.23.3'
release = '0.23.4'

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

*************
Qiskit 0.23.4
*************

Terra 0.16.3
============

.. _Release Notes_0.16.3_Bug Fixes:

Bug Fixes
---------

- Fixed an issue introduced in 0.16.2 that would cause errors when running
:func:`~qiskit.compiler.transpile` on a circuit with a series of 1 qubit
gates and a non-gate instruction that only operates on a qubit (e.g.
:class:`~qiskit.circuit.Reset`). Fixes
`#5736 <https://github.com/Qiskit/qiskit-terra/issues/5736>`__

Aer 0.7.3
=========

No change

Ignis 0.5.1
===========

No change

Aqua 0.8.1
==========

No change

IBM Q Provider 0.11.1
=====================

No change

*************
Qiskit 0.23.3
*************
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==0.16.2",
"qiskit-terra==0.16.3",
"qiskit-aer==0.7.3",
"qiskit-ibmq-provider==0.11.1",
"qiskit-ignis==0.5.1",
Expand All @@ -33,7 +33,7 @@

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

0 comments on commit f7a8330

Please sign in to comment.