Skip to content

Commit

Permalink
Prepare Qiskit Terra 0.22.2 (#9059)
Browse files Browse the repository at this point in the history
  • Loading branch information
jakelishman authored Nov 3, 2022
1 parent bece288 commit dac39d0
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 12 deletions.
18 changes: 9 additions & 9 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.1"
version = "0.22.2"
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.1"
release = "0.22.2"

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.1
0.22.2
4 changes: 4 additions & 0 deletions releasenotes/notes/prepare-0.22.2-cd8a0fa538c623b9.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
prelude: >
Qiskit Terra 0.22.2 is a minor bugfix release, and marks the first official
support for Python 3.11.

0 comments on commit dac39d0

Please sign in to comment.