Skip to content

Commit

Permalink
Prepare 1.2.4 release (#13266)
Browse files Browse the repository at this point in the history
* Prepare 1.2.4 release

* Update Cargo.lock

* Update releasenotes/notes/prepare-1.2.4-4a855c6e6bf78a4b.yaml

Co-authored-by: Matthew Treinish <mtreinish@kortar.org>

* Update releasenotes/notes/prepare-1.2.4-4a855c6e6bf78a4b.yaml

Co-authored-by: Eric Arellano <14852634+Eric-Arellano@users.noreply.github.com>

---------

Co-authored-by: Matthew Treinish <mtreinish@kortar.org>
Co-authored-by: Eric Arellano <14852634+Eric-Arellano@users.noreply.github.com>
  • Loading branch information
3 people authored Oct 3, 2024
1 parent 1657a72 commit 2ce1b09
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 9 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.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 1.2.3,
an error would be raised when loading a QPY file that was generated with
a different symengine version from the version installed when loading.

0 comments on commit 2ce1b09

Please sign in to comment.