File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5050 # Strip 'v' prefix if it exists
5151 VERSION=${VERSION#v}
5252 mike deploy --push --update-aliases $VERSION latest
53+ mike set-default --push latest
Original file line number Diff line number Diff line change @@ -7,6 +7,10 @@ and this project follows versions of format `{year}.{month}.{patch_number}`.
77
88## [ Unreleased]
99
10+ ### Fixed
11+
12+ - Fixed broken links and typos in docs website.
13+
1014## [ 0.0.12] - 2026-06-21
1115
1216### Fixed
Original file line number Diff line number Diff line change @@ -288,7 +288,7 @@ make clean
288288
289289Copyright (c) 2026 [ Martin Ahindura] ( https://github.com/Tinitto )
290290
291- Licensed under the [ MIT License] ( . /LICENSE)
291+ Licensed under the [ MIT License] ( https://github.com/sopherapps/qpi/blob/main /LICENSE)
292292
293293
294294## Gratitude
Original file line number Diff line number Diff line change @@ -213,9 +213,6 @@ class QPIBackend(BackendV2):
213213 Args:
214214 client: An authenticated :class:`QPIClient` instance.
215215 name: Human-readable backend name (default ``"qpi"``).
216- num_qubits: Number of qubits the backend advertises to the Qiskit
217- transpiler. Defaults to a large value so circuits of any
218- reasonable size compile without resizing the target.
219216 **kwargs: Forwarded to :class:`BackendV2.__init__`.
220217 """
221218
You can’t perform that action at this time.
0 commit comments