We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef18b9c commit 37ab3adCopy full SHA for 37ab3ad
README.md
@@ -459,6 +459,11 @@ nmcli.set_lang(lang: str) -> None
459
460
## Change Log
461
462
+### 1.4.0
463
+
464
+- Supported unsupported cases of `DeviceWifi.parse`.
465
+- Fixed the problem that `nmcli.general` does not work on nmcli client after version 1.48.x.
466
467
### 1.3.0
468
469
- Added rescan parameter to `nmcli.device.wifi`.
setup.py
@@ -13,7 +13,7 @@ def run_tests(self):
13
14
setup(
15
name='nmcli',
16
- version='1.3.0',
+ version='1.4.0',
17
author='ushiboy',
18
license='MIT',
19
license_files = ('LICENSE.txt',),
0 commit comments