Skip to content

Commit 8f33595

Browse files
authored
Prepare Qiskit 2.2.3 (Qiskit#15275)
* Prepare Qiskit 2.2.3 * Fix wording
1 parent e0237ef commit 8f33595

File tree

6 files changed

+19
-14
lines changed

6 files changed

+19
-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.2"
6+
version = "2.2.3"
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 2
22+
#define QISKIT_VERSION_PATCH 3
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.2"
26+
#define QISKIT_VERSION "2.2.3"
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.2"
35+
release = "2.2.3"
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.2
1+
2.2.3
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
prelude: >
3+
Qiskit 2.2.3 fixes a bug that was introduced by Qiskit 2.2.2 when
4+
using the :meth:`~.PassManager.run` method on a :class:`.PassManager`
5+
for more than one circuit.

0 commit comments

Comments
 (0)