Skip to content

Commit f5c5b37

Browse files
authored
Bump main branch version post 1.2 branch (Qiskit#12815)
1 parent 250acc3 commit f5c5b37

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

.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/1.1
9+
- stable/1.2

Cargo.lock

Lines changed: 5 additions & 5 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 = "1.2.0"
6+
version = "1.3.0"
77
edition = "2021"
88
rust-version = "1.70" # Keep in sync with README.md and rust-toolchain.toml.
99
license = "Apache-2.0"

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@
3030
author = "Qiskit Development Team"
3131

3232
# The short X.Y version
33-
version = "1.2"
33+
version = "1.3"
3434
# The full version, including alpha/beta/rc tags
35-
release = "1.2.0"
35+
release = "1.3.0"
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-
1.2.0
1+
1.3.0

0 commit comments

Comments
 (0)