Skip to content

Commit 37ab3ad

Browse files
author
ushiboy
committed
version up 1.4.0
1 parent ef18b9c commit 37ab3ad

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -459,6 +459,11 @@ nmcli.set_lang(lang: str) -> None
459459

460460
## Change Log
461461

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+
462467
### 1.3.0
463468

464469
- Added rescan parameter to `nmcli.device.wifi`.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ def run_tests(self):
1313

1414
setup(
1515
name='nmcli',
16-
version='1.3.0',
16+
version='1.4.0',
1717
author='ushiboy',
1818
license='MIT',
1919
license_files = ('LICENSE.txt',),

0 commit comments

Comments
 (0)