Skip to content

Commit

Permalink
Prepare Qiskit 1.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jakelishman committed Oct 2, 2024
1 parent 631abab commit 0d016b7
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 8 deletions.
10 changes: 5 additions & 5 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ members = ["crates/*"]
resolver = "2"

[workspace.package]
version = "1.2.2"
version = "1.2.3"
edition = "2021"
rust-version = "1.70" # Keep in sync with README.md and rust-toolchain.toml.
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
# The short X.Y version
version = "1.2"
# The full version, including alpha/beta/rc tags
release = "1.2.2"
release = "1.2.3"

language = "en"

Expand Down
2 changes: 1 addition & 1 deletion qiskit/VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.2.2
1.2.3
6 changes: 6 additions & 0 deletions releasenotes/notes/prepare-1.2.3-1386aaab85a3fde0.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
prelude: >
Qiskit 1.2.3 is a patch release fixing a problem in QPY that could cause files generated by
one Python environment to fail to load in a different Python environment, despite the format
supposedly being transferable. This is related to differences in the version of the library
``symengine``, which QPY should have protected against.

0 comments on commit 0d016b7

Please sign in to comment.