Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prepare 1.2.4 release #13266

Merged
merged 4 commits into from
Oct 3, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.3"
version = "1.2.4"
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.3"
release = "1.2.4"

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.3
1.2.4
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ fixes:
would cause an exception with the error message "Qiskit doesn't support
loading a symengine payload generated with symengine >= 1.0" to be raised
whenever loading a QPY file that was generated with a different symengine
version from the version installed by the loading. This issue could only
version from the version installed when loading. This issue could only
occur in 1.2.3.
6 changes: 6 additions & 0 deletions releasenotes/notes/prepare-1.2.4-4a855c6e6bf78a4b.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
prelude: >
Qiskit 1.2.4 is a patch release that fixes a QPY problem introduced in the
`yanked <https://peps.python.org/pep-0592/>`__ 1.2.3 bugfix release. In said
release, an error would be raised when loading a QPY file that was generated with
a different symengine version from the version installed when loading.
Loading