Skip to content

Commit 1619be0

Browse files
jakelishmanCryorismtreinish
authored
Prepare 2.3.0 release (#15514)
* Move release notes from 2.2 series * Fixup release notes wording * Add 2.3.0 prelude release note * Bump version number to 2.3.0 * Reno suggestions * Update releasenotes/notes/2.3/prepare-2.3.0-c735aee10b6289c9.yaml * Hedge on the reasons for Qiskit 3.0 * Add notes on current system support * Comment on new `QPY_VERSION` * Remove first-person plural * Use Julien's wording of the Clifford+T release note Co-authored-by: Julien Gacon <[email protected]> * Remove extraneous detail * Comment on control flow in prelude * Convert to single-qubit * Split run-on sentence * Apply Abby's copy-editing suggestions * Move release notes to 2.3 * Update releasenotes/notes/2.3/prepare-2.3.0-c735aee10b6289c9.yaml Co-authored-by: Matthew Treinish <[email protected]> --------- Co-authored-by: Julien Gacon <[email protected]> Co-authored-by: Julien Gacon <[email protected]> Co-authored-by: Matthew Treinish <[email protected]>
1 parent 8ccb500 commit 1619be0

File tree

63 files changed

+185
-193
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

63 files changed

+185
-193
lines changed

Cargo.lock

Lines changed: 10 additions & 10 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.3.0-rc1"
6+
version = "2.3.0"
77
edition = "2024"
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/include/qiskit/version.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@
2121
#define QISKIT_VERSION_MAJOR 2
2222
#define QISKIT_VERSION_MINOR 3
2323
#define QISKIT_VERSION_PATCH 0
24-
#define QISKIT_RELEASE_LEVEL QISKIT_RELEASE_LEVEL_RC
24+
#define QISKIT_RELEASE_LEVEL QISKIT_RELEASE_LEVEL_FINAL
2525
// For the final release, set the below to 0.
26-
#define QISKIT_RELEASE_SERIAL 1
26+
#define QISKIT_RELEASE_SERIAL 0
2727

28-
#define QISKIT_VERSION "2.3.0-rc1"
28+
#define QISKIT_VERSION "2.3.0"
2929

3030
#define QISKIT_GET_VERSION_HEX(major, minor, patch, level, serial) \
3131
(((major) & 0xff) << 24 | ((minor) & 0xff) << 16 | ((patch) & 0xff) << 8 | \

docs/release_notes.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ Qiskit |version| release notes
2121
though, which is typically `rc1` tags.
2222

2323
.. release-notes::
24-
:earliest-version: 2.2.0rc1
24+
:earliest-version: 2.3.0rc1

qiskit/VERSION.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.3.0rc1
1+
2.3.0

releasenotes/notes/2.3/box-op-copy-deep-d5cb77bbf1f8baa2.yaml renamed to releasenotes/notes/2.2/box-op-copy-deep-d5cb77bbf1f8baa2.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
fixes:
33
- |
4-
Fixes the implementation of :meth:`~object.__deepcopy__` in class:`.QuantumCircuit`
4+
Fixes the implementation of :meth:`~object.__deepcopy__` in :class:`.QuantumCircuit`
55
which did not deep-copy circuit parameters. As a consequence, mutating
66
a :class:`.BoxOp` in a copied circuit no longer affects the original circuit.

releasenotes/notes/2.3/dag-apply-nondeterminism-dab879994ca2796b.yaml renamed to releasenotes/notes/2.2/dag-apply-nondeterminism-dab879994ca2796b.yaml

File renamed without changes.

releasenotes/notes/2.3/fix-1q-decomp-non-param-gates-99624b82227e5608.yaml renamed to releasenotes/notes/2.2/fix-1q-decomp-non-param-gates-99624b82227e5608.yaml

File renamed without changes.

releasenotes/notes/2.3/fix-basis-control-custom-gate-b62fd53c73776085.yaml renamed to releasenotes/notes/2.2/fix-basis-control-custom-gate-b62fd53c73776085.yaml

File renamed without changes.

releasenotes/notes/2.3/fix-consolidate-blocks-reuse-a18828999cef56ee.yaml renamed to releasenotes/notes/2.2/fix-consolidate-blocks-reuse-a18828999cef56ee.yaml

File renamed without changes.

0 commit comments

Comments
 (0)