Skip to content

Commit 7fd86da

Browse files
Increment version
1 parent 121f121 commit 7fd86da

File tree

4 files changed

+10
-2
lines changed

4 files changed

+10
-2
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ internal_filesystem_excluded/
1919
# these tests contain actual NWC URLs:
2020
tests/manual_test_nwcwallet_alby.py
2121
tests/manual_test_nwcwallet_cashu.py
22+
tests/manual_test_nwcwallet_coinos.py
2223

2324
# Python cache files (created by CPython when testing imports)
2425
__pycache__/

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
0.6.1
2+
=====
3+
- ActivityNavigator: support pre-instantiated activities
4+
15
0.6.0
26
=====
37
- About app: make more beautiful

internal_filesystem/lib/mpos/info.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
CURRENT_OS_VERSION = "0.6.0"
1+
CURRENT_OS_VERSION = "0.6.1"
22

33
# Unique string that defines the hardware, used by OSUpdate and the About app
44
_hardware_id = "missing-hardware-info"

tests/test_multi_connect.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,9 +141,12 @@ def test_it(self):
141141
_thread.start_new_thread(self.newthread, ())
142142
time.sleep(10)
143143

144+
145+
146+
144147
# This demonstrates a crash when doing asyncio using different threads:
145148
#class TestCrashingSeparateThreads(unittest.TestCase):
146-
class TestCrashingSeparateThreads():
149+
class TestCrashingSeparateThreads(): # Disabled
147150

148151
# ----------------------------------------------------------------------
149152
# Configuration

0 commit comments

Comments
 (0)