Increment version

This commit is contained in:
Thomas Farstrike
2026-01-16 17:06:41 +01:00
parent 121f121a5d
commit 7fd86daeda
4 changed files with 10 additions and 2 deletions
+1
View File
@@ -19,6 +19,7 @@ internal_filesystem_excluded/
# these tests contain actual NWC URLs:
tests/manual_test_nwcwallet_alby.py
tests/manual_test_nwcwallet_cashu.py
tests/manual_test_nwcwallet_coinos.py
# Python cache files (created by CPython when testing imports)
__pycache__/
+4
View File
@@ -1,3 +1,7 @@
0.6.1
=====
- ActivityNavigator: support pre-instantiated activities
0.6.0
=====
- About app: make more beautiful
+1 -1
View File
@@ -1,4 +1,4 @@
CURRENT_OS_VERSION = "0.6.0"
CURRENT_OS_VERSION = "0.6.1"
# Unique string that defines the hardware, used by OSUpdate and the About app
_hardware_id = "missing-hardware-info"
+4 -1
View File
@@ -141,9 +141,12 @@ class TestTwoWebsockets(unittest.TestCase):
_thread.start_new_thread(self.newthread, ())
time.sleep(10)
# This demonstrates a crash when doing asyncio using different threads:
#class TestCrashingSeparateThreads(unittest.TestCase):
class TestCrashingSeparateThreads():
class TestCrashingSeparateThreads(): # Disabled
# ----------------------------------------------------------------------
# Configuration