Skip to content

Commit

Permalink
version up 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ushiboy committed Sep 15, 2024
1 parent ef18b9c commit 37ab3ad
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',),
Expand Down

0 comments on commit 37ab3ad

Please sign in to comment.