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

Commit

Permalink
Bump Meta (#1131)
Browse files Browse the repository at this point in the history
* Bump version for qiskit-aer==0.7.2

Bump the meta repo version to include:

qiskit-aer==0.7.2

* Add release notes

Co-authored-by: Matthew Treinish <[email protected]>
  • Loading branch information
qiskit-bot and mtreinish authored Dec 15, 2020
1 parent 0704db4 commit e703ff1
Show file tree
Hide file tree
Showing 3 changed files with 54 additions and 5 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.1'
release = '0.23.2'

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

*************
Qiskit 0.23.2
*************

Terra 0.16.1
============

No change

Aer 0.7.2
==========

.. _Release Notes_0.7.2_New Features:

New Features
------------

- Add the CMake flag ``DISABLE_CONAN`` (default=``OFF``)s. When installing from source,
setting this to ``ON`` allows bypassing the Conan package manager to find libraries
that are already installed on your system. This is also available as an environment
variable ``DISABLE_CONAN``, which takes precedence over the CMake flag.
This is not the official procedure to build AER. Thus, the user is responsible
of providing all needed libraries and corresponding files to make them findable to CMake.


.. _Release Notes_0.7.2_Bug Fixes:

Bug Fixes
---------

- Fixes a bug with nested OpenMP flag was being set to true when it
shouldn't be.

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

No change

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

No change

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

No change


*************
Qiskit 0.23.1
*************
Expand Down Expand Up @@ -203,9 +252,9 @@ Bug Fixes
any seed. This was only affecting the value 0. This has been fixed.


.. _Release Notes_IBMQ_0.8.1:
.. _Release Notes_IBMQ_0.11.1:

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

.. _Release Notes_IBMQ_0.11.1_New Features:
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,15 @@

requirements = [
"qiskit-terra==0.16.1",
"qiskit-aer==0.7.1",
"qiskit-aer==0.7.2",
"qiskit-ibmq-provider==0.11.1",
"qiskit-ignis==0.5.1",
"qiskit-aqua==0.8.1",
]

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

0 comments on commit e703ff1

Please sign in to comment.