Skip to content

Commit

Permalink
update Maixpy: don't change working dir to SD
Browse files Browse the repository at this point in the history
  • Loading branch information
odudex committed Oct 21, 2024
1 parent 7c88d5f commit 4f45414
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ edit_uri: edit/main/docs
docs_dir: docs
site_dir: public
extra:
latest_krux: krux-v24.10.beta6
latest_krux: krux-v24.10.beta7
latest_installer: v0.0.20-alpha-3
latest_installer_rpm: krux-installer-0.0.20_alpha_3-1.x86_64.rpm
latest_installer_deb: krux-installer_0.0.20-alpha-3_amd64.deb
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

[tool.poetry]
name = "krux"
version = "24.10.beta6"
version = "24.10.beta7"
description = "Open-source signing device firmware for Bitcoin"
authors = ["Jeff S <[email protected]>"]

Expand Down
2 changes: 1 addition & 1 deletion src/krux/metadata.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
# THE SOFTWARE.
VERSION = "24.10.beta6"
VERSION = "24.10.beta7"
SIGNER_PUBKEY = "03339e883157e45891e61ca9df4cd3bb895ef32d475b8e793559ea10a36766689b"
1 change: 0 additions & 1 deletion tests/pages/test_login.py
Original file line number Diff line number Diff line change
Expand Up @@ -1310,4 +1310,3 @@ def test_auto_complete_qr_words(m5stickv, mocker):
expected_result = ["abandon", "ability", "able"] + ["abandon"] * 9
result = login.auto_complete_qr_words(words)
assert result == expected_result

0 comments on commit 4f45414

Please sign in to comment.