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

Commit

Permalink
Bump stable version to prepare for release (#441)
Browse files Browse the repository at this point in the history
This commit bumps the package version and adds a missing release note to
prepare for another stable point release, 0.3.3.

Co-authored-by: Christopher J. Wood <[email protected]>
  • Loading branch information
mtreinish and chriseclectic authored Jun 24, 2020
1 parent f0e1021 commit 274c74f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
# The short X.Y version
version = ''
# The full version, including alpha/beta/rc tags
release = '0.3.2'
release = '0.3.3'

# -- General configuration ---------------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion qiskit/ignis/VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.3.2
0.3.3
5 changes: 5 additions & 0 deletions releasenotes/notes/missing-dependency-e7c99c7751bcd162.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,8 @@ upgrade:
:mod:`qiskit.ignis.measurement.discriminator.iq_discriminators` module was
imported. This is now correctly listed as a dependency so that
``scikit-learn`` will be installed with qiskit-ignis.
fixes:
- |
Fixes an issue in qiskit-ignis 0.3.2 which would raise an ``ImportError``
when :mod:`qiskit.ignis.verification.tomography.fitters.process_fitter` was
imported without ``cvxpy`` being installed.

0 comments on commit 274c74f

Please sign in to comment.