Skip to content

Commit a0c1af2

Browse files
committed
Prepare 2.0.3 release
This commit prepares the 2.0.2 bugfix release. It updates the release notes and bumps all the necessary version numbers. Once the commit is merged the resulting merged commit should be tagged as 2.0.3.
1 parent 6428b10 commit a0c1af2

File tree

5 files changed

+12
-9
lines changed

5 files changed

+12
-9
lines changed

Cargo.lock

Lines changed: 6 additions & 6 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.0.2"
6+
version = "2.0.3"
77
edition = "2021"
88
rust-version = "1.79" # Keep in sync with README.md, rust-toolchain.toml, and tools/install_rust_msrv.sh
99
license = "Apache-2.0"

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.0"
3434
# The full version, including alpha/beta/rc tags
35-
release = "2.0.2"
35+
release = "2.0.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.0.2
1+
2.0.3
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
---
2+
prelude: >
3+
Qiskit v2.0.3 is a bugfix release for the v2.0 minor version series.

0 commit comments

Comments
 (0)