Skip to content

Commit

Permalink
change version 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ushiboy committed Dec 19, 2021
1 parent 8a08b56 commit 3a3967b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -455,7 +455,7 @@ nmcli.set_lang(lang: str) -> None

## Change Log

### 0.10.0
### 1.0.0

- Handle connection failure exceptions with `nmcli.device.wifi_connect`.
- Added wait param to `nmcli.connection.delete`, `nmcli.connection.up`, `nmcli.connection.down`, `nmcli.device.connect`, `nmcli.device.disconnect`, `nmcli.device.delete`, `nmcli.device.wifi_connect`.
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='0.10.0',
version='1.0.0',
author='ushiboy',
license='MIT',
description='A python wrapper library for the network-manager cli client',
Expand Down

0 comments on commit 3a3967b

Please sign in to comment.