Skip to content

Commit 3634778

Browse files
authored
Open development for 2.5 (#15840)
1 parent 919eaf6 commit 3634778

6 files changed

Lines changed: 22 additions & 22 deletions

File tree

.mergify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ pull_request_rules:
66
actions:
77
backport:
88
branches:
9-
- stable/2.3
9+
- stable/2.4

Cargo.lock

Lines changed: 14 additions & 14 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.4.0-rc1"
6+
version = "2.5.0-dev"
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/bindgen/include/qiskit/version.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@
1919
#define QISKIT_RELEASE_LEVEL_FINAL 0xF
2020

2121
#define QISKIT_VERSION_MAJOR 2
22-
#define QISKIT_VERSION_MINOR 4
22+
#define QISKIT_VERSION_MINOR 5
2323
#define QISKIT_VERSION_PATCH 0
24-
#define QISKIT_RELEASE_LEVEL QISKIT_RELEASE_LEVEL_RC
24+
#define QISKIT_RELEASE_LEVEL QISKIT_RELEASE_LEVEL_DEV
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.4.0-rc1"
28+
#define QISKIT_VERSION "2.5.0-dev"
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.3.0rc1
24+
:earliest-version: 2.4.0rc1

qiskit/VERSION.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.4.0rc1
1+
2.5.0.dev0

0 commit comments

Comments
 (0)