Skip to content

Commit ff43eaa

Browse files
Prepare Qiskit 2.2.1 (Qiskit#15058)
* Prepare Qiskit 2.2.1 * Update releasenotes/notes/prepare-2.2.1-b7053256d82f89d8.yaml Co-authored-by: Matthew Treinish <[email protected]> * Bump docs version number --------- Co-authored-by: Matthew Treinish <[email protected]>
1 parent 445fb0d commit ff43eaa

File tree

6 files changed

+17
-14
lines changed

6 files changed

+17
-14
lines changed

Cargo.lock

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ members = ["crates/*"]
33
resolver = "2"
44

55
[workspace.package]
6-
version = "2.2.0"
6+
version = "2.2.1"
77
edition = "2021"
88
rust-version = "1.85" # Keep in sync with README.md, rust-toolchain.toml, and tools/install_rust_msrv.sh
99
license = "Apache-2.0"

crates/cext/cbindgen.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ after_includes = """
1919
2020
#define QISKIT_VERSION_MAJOR 2
2121
#define QISKIT_VERSION_MINOR 2
22-
#define QISKIT_VERSION_PATCH 0
22+
#define QISKIT_VERSION_PATCH 1
2323
#define QISKIT_RELEASE_LEVEL QISKIT_RELEASE_LEVEL_FINAL
2424
#define QISKIT_RELEASE_SERIAL 0 // for the final release, this should be 0
2525
26-
#define QISKIT_VERSION "2.2.0"
26+
#define QISKIT_VERSION "2.2.1"
2727
2828
#define QISKIT_GET_VERSION_HEX(major, minor, patch, level, serial) (\
2929
(major & 0xff) << 24 | \

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
# The short X.Y version
3333
version = "2.2"
3434
# The full version, including alpha/beta/rc tags
35-
release = "2.2.0"
35+
release = "2.2.1"
3636

3737
language = "en"
3838

qiskit/VERSION.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.2.0
1+
2.2.1
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
---
2+
prelude: >
3+
Qiskit 2.2.1 is a small patch release that fixes several bugs identified in the 2.2.0 release.

0 commit comments

Comments
 (0)