diff --git a/README.md b/README.md index e15c5bc..a70c022 100644 --- a/README.md +++ b/README.md @@ -459,6 +459,11 @@ nmcli.set_lang(lang: str) -> None ## Change Log +### 1.4.0 + +- Supported unsupported cases of `DeviceWifi.parse`. +- Fixed the problem that `nmcli.general` does not work on nmcli client after version 1.48.x. + ### 1.3.0 - Added rescan parameter to `nmcli.device.wifi`. diff --git a/setup.py b/setup.py index 3e6a36a..accf817 100755 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ def run_tests(self): setup( name='nmcli', - version='1.3.0', + version='1.4.0', author='ushiboy', license='MIT', license_files = ('LICENSE.txt',),