umu-commander 1.6.1__py3-none-any.whl → 1.6.2__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of umu-commander might be problematic. Click here for more details.
- umu_commander/__init__.py +1 -1
- umu_commander/umu_config.py +1 -1
- {umu_commander-1.6.1.dist-info → umu_commander-1.6.2.dist-info}/METADATA +1 -1
- {umu_commander-1.6.1.dist-info → umu_commander-1.6.2.dist-info}/RECORD +7 -7
- {umu_commander-1.6.1.dist-info → umu_commander-1.6.2.dist-info}/WHEEL +0 -0
- {umu_commander-1.6.1.dist-info → umu_commander-1.6.2.dist-info}/entry_points.txt +0 -0
- {umu_commander-1.6.1.dist-info → umu_commander-1.6.2.dist-info}/licenses/LICENSE.txt +0 -0
umu_commander/__init__.py
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
VERSION = "v1.6.
|
|
1
|
+
VERSION = "v1.6.2"
|
umu_commander/umu_config.py
CHANGED
|
@@ -87,7 +87,7 @@ def create():
|
|
|
87
87
|
lang_default: Value = string_to_value("Default")
|
|
88
88
|
match get_selection(
|
|
89
89
|
"Select locale:",
|
|
90
|
-
|
|
90
|
+
[lang_default, string_to_value("Japanese")],
|
|
91
91
|
None,
|
|
92
92
|
default_element=lang_default,
|
|
93
93
|
).value:
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: umu-commander
|
|
3
|
-
Version: 1.6.
|
|
3
|
+
Version: 1.6.2
|
|
4
4
|
Summary: umu-commander is an interactive CLI tool to help you manage umu.
|
|
5
5
|
Project-URL: Homepage, https://github.com/Mpaxlamitsounas/umu-commander
|
|
6
6
|
Project-URL: Issues, https://github.com/Mpaxlamitsounas/umu-commander/issues
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
umu_commander/__init__.py,sha256=
|
|
1
|
+
umu_commander/__init__.py,sha256=eKShG3zJqAmg0Iu_xbUNkhAa7HaW-1-IthmdvuW6whs,19
|
|
2
2
|
umu_commander/__main__.py,sha256=b5T4HnlLYreaLL9rbr0p7xT4roIoMJ8qJO3o_tcpK_M,2352
|
|
3
3
|
umu_commander/classes.py,sha256=3vEC7Iq3buEUaIIJKO1ze57hs9yQ_-9pnkazHkSfcLk,1655
|
|
4
4
|
umu_commander/configuration.py,sha256=bF_1n_8PQ04GmJZpC1scQ5OBZbsVXPstJ9RGfKE-D5k,2277
|
|
5
5
|
umu_commander/database.py,sha256=mkBX0e6YEv2dWU2hCMaZwhSD02f_XefW0qbErcVHHYo,1183
|
|
6
6
|
umu_commander/proton.py,sha256=K3KhaXxZawOZN84XKhXKP-HkIrW-sLSbMwoKBL2SrAU,2552
|
|
7
7
|
umu_commander/tracking.py,sha256=WfWeQWnNNK_q-1rFt0HPFNDD8z7VcTCYKI5A_W8xNIg,3113
|
|
8
|
-
umu_commander/umu_config.py,sha256=
|
|
8
|
+
umu_commander/umu_config.py,sha256=cePb3uKcf2WU4fwyQrqXJvlXmP7Riihc1guWfNAyT2c,4230
|
|
9
9
|
umu_commander/util.py,sha256=8zn0c3gyAuZ8uuiDga4amsOYGFRy2FwzADsyJ1au0LY,3671
|
|
10
|
-
umu_commander-1.6.
|
|
11
|
-
umu_commander-1.6.
|
|
12
|
-
umu_commander-1.6.
|
|
13
|
-
umu_commander-1.6.
|
|
14
|
-
umu_commander-1.6.
|
|
10
|
+
umu_commander-1.6.2.dist-info/METADATA,sha256=nuaRiii5hRfKQ4toY-4w2Zq3aSIsDN0OpQmSm6Mo-5o,5391
|
|
11
|
+
umu_commander-1.6.2.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
12
|
+
umu_commander-1.6.2.dist-info/entry_points.txt,sha256=ljyUmDmgCCMm7mQgB1syoWbf_5AiemyrS6YN7eTn9CI,62
|
|
13
|
+
umu_commander-1.6.2.dist-info/licenses/LICENSE.txt,sha256=yipFXBRmVZ2Q44x1q18HccPUAECBQLXAOAr21aS57uY,1071
|
|
14
|
+
umu_commander-1.6.2.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|