Skip to content

Commit

Permalink
Prepare 0.22.3 (#9193)
Browse files Browse the repository at this point in the history
  • Loading branch information
jakelishman authored Nov 23, 2022
1 parent 2f33886 commit 92fc708
Show file tree
Hide file tree
Showing 8 changed files with 49 additions and 38 deletions.
72 changes: 40 additions & 32 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "qiskit-terra"
version = "0.22.2"
version = "0.22.3"
edition = "2018"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
# The short X.Y version
version = "0.22"
# The full version, including alpha/beta/rc tags
release = "0.22.2"
release = "0.22.3"

extensions = [
"sphinx.ext.napoleon",
Expand Down
2 changes: 1 addition & 1 deletion qiskit/VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.22.2
0.22.3
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
fixes:
- |
Fixes a bug causing QNSPSA to fail when ``max_evals_grouped`` was set to a
Fixed a bug causing :class:`.QNSPSA` to fail when ``max_evals_grouped`` was set to a
value larger than 1.
3 changes: 3 additions & 0 deletions releasenotes/notes/prepare-0.22.3-cdc2d5c29ec5555e.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
prelude: >
Qiskit Terra 0.22.3 is a minor bugfix release, fixing some further bugs in the 0.22 series.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
fixes:
- |
The :meth:`.pulse.Instruction.draw` will now succeed, as before.
The :meth:`.pulse.Instruction.draw` method will now succeed, as before.
This method is deprecated with no replacement planned, but it should
still work for the period of deprecation.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@

setup(
name="qiskit-terra",
version="0.22.2",
version="0.22.3",
description="Software for developing quantum computing programs",
long_description=README,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 92fc708

Please sign in to comment.