Skip to content

Commit e00cee4

Browse files
ElePTmtreinish
andauthored
Prepare 1.4.3 (Qiskit#14337)
* Bump version and add prelude * Update releasenotes/notes/prepare-1.4.3-5595d66661012aaf.yaml Co-authored-by: Matthew Treinish <[email protected]> * Avoid small --------- Co-authored-by: Matthew Treinish <[email protected]>
1 parent efcdfdc commit e00cee4

File tree

5 files changed

+11
-8
lines changed

5 files changed

+11
-8
lines changed

Cargo.lock

+5-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ members = ["crates/*"]
33
resolver = "2"
44

55
[workspace.package]
6-
version = "1.4.2"
6+
version = "1.4.3"
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

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
# The short X.Y version
3333
version = "1.4"
3434
# The full version, including alpha/beta/rc tags
35-
release = "1.4.2"
35+
release = "1.4.3"
3636

3737
language = "en"
3838

qiskit/VERSION.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.4.2
1+
1.4.3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
---
2+
prelude: >
3+
Qiskit v1.4.3 is a minor bugfix release for the v1.4.x release series.

0 commit comments

Comments
 (0)