Skip to content

Commit bf5a706

Browse files
author
ushiboy
committed
Release v1.7.0
1 parent 68a0107 commit bf5a706

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -509,6 +509,12 @@ nmcli.set_lang(lang: str) -> None
509509

510510
## Change Log
511511

512+
### 1.7.0
513+
514+
- Added `nmcli.connection.show_all` method with active filtering support
515+
- Added `nmcli.device.up` and `nmcli.device.down` methods
516+
- Added `nmcli.general.reload` method with configuration flags support
517+
512518
### 1.6.0
513519

514520
- Added active option to `nmcli.connection.show`

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "nmcli"
7-
version = "1.6.0"
7+
version = "1.7.0"
88
description = "A python wrapper library for the network-manager cli client"
99
readme = "README.md"
1010
authors = [{name = "ushiboy"}]

0 commit comments

Comments
 (0)