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

Commit

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

Bump the meta repo version to include:

qiskit-terra==0.19.0

* Add terra release notes

* Bump version for qiskit-ignis==0.7.0

Bump the meta repo version to include:

qiskit-ignis==0.7.0

* Add ignis release notes

* Remove matplotlib pin

* Remove more matplotlib pinning

* Remove jupyter-execute from deprecated note syntax

* Remove stray tox.ini change

Co-authored-by: Matthew Treinish <[email protected]>
  • Loading branch information
qiskit-bot and mtreinish authored Dec 6, 2021
1 parent 22c3c9d commit e5934b8
Show file tree
Hide file tree
Showing 9 changed files with 2,621 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
run: |
set -e
git clone https://github.com/Qiskit/qiskit-tutorials
pip install -c constraints.txt -U jupyter sphinx nbsphinx networkx sphinx_rtd_theme 'matplotlib<3.4.0' qiskit-terra[visualization] cvxpy 'pyscf<1.7.4' scikit-learn
pip install -c constraints.txt -U jupyter sphinx nbsphinx networkx sphinx_rtd_theme 'matplotlib>=3.3.0' qiskit-terra[visualization] cvxpy 'pyscf<1.7.4' scikit-learn
pip install -c constraints.txt -U .
sudo apt-get install -y pandoc graphviz
- name: Run tutorials
Expand Down
3 changes: 3 additions & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ Ian Gould
Donny Greenberg
Dmitry Grinko
Wen Guan
Dani Guijo
John A. Gunnels
Harshit Gupta
Naman Gupta
Expand Down Expand Up @@ -205,6 +206,7 @@ Gushu Li
Jake Lishman
Dennis Liu
Peng Liu
Liam Madden
Yunho Maeng
Saurav Maheshkar
Kahan Majmudar
Expand Down Expand Up @@ -341,6 +343,7 @@ Yunong Shi
Jonathan Shoemaker
Adenilton Silva
Andrea Simonetto
Deeksha Singh
Divyanshu Singh
Parmeet Singh
Phattharaporn Singkanipa
Expand Down
2 changes: 1 addition & 1 deletion Qiskit.bib

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,3 @@ cryptography==2.5.0
scipy==1.5.4
decorator==4.4.2
docutils==0.16
matplotlib==3.3.4
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
# The short X.Y version
version = ''
# The full version, including alpha/beta/rc tags
release = '0.32.1'
release = '0.33.0'

rst_prolog = """
.. |version| replace:: {0}
Expand Down
2,613 changes: 2,610 additions & 3 deletions docs/release_notes.rst

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jupyter
jupyter-sphinx
sphinx-panels
sphinx-gallery
matplotlib>=2.1,<3.4.0
matplotlib>=3.3.0
pydot
ipywidgets>=7.3.
pillow>=4.2.1
Expand Down
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@
# putting multiple requirements on the same line will prevent qiskit-bot
# from correctly updating the versions for the qiskit packages.
requirements = [
"qiskit-terra==0.18.3",
"qiskit-terra==0.19.0",
"qiskit-aer==0.9.1",
"qiskit-ibmq-provider==0.18.1",
"qiskit-ignis==0.6.0",
"qiskit-ignis==0.7.0",
]


Expand Down Expand Up @@ -69,7 +69,7 @@

setup(
name="qiskit",
version="0.32.1",
version="0.33.0",
description="Software for developing quantum computing programs",
long_description=README,
long_description_content_type='text/markdown',
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,5 @@ commands =
sphinx-intl -c docs/conf.py update -p docs/_build/gettext -l en -d docs/locale

[doc8]
max-line-length=100
max-line-length=200
ignore-path=docs/_build

0 comments on commit e5934b8

Please sign in to comment.