Skip to content

Commit e0cc417

Browse files
committed
Release 0.16.0
1 parent 9f37f1c commit e0cc417

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/)
1212
### Fixed
1313
### Security
1414

15+
## [0.16.0]
16+
### Added
17+
- ASADevice `is_active`, `peer_redundancy_state`, `redundancy_mode`, `redundancy_state` methods
18+
### Changed
19+
- AIREOSDevice `convert_filename_to_version` function now supports IRCM images
1520

1621
## [0.15.0]
1722
### Added

pyntc/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
except ImportError:
1313
from ConfigParser import SafeConfigParser
1414

15-
__version__ = "0.15.0"
15+
__version__ = "0.16.0"
1616

1717
LIB_PATH_ENV_VAR = "PYNTC_CONF"
1818
LIB_PATH_DEFAULT = "~/.ntc.conf"

pyproject.toml

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

55
[tool.poetry]
66
name = "pyntc"
7-
version = "0.15.0"
7+
version = "0.16.0"
88
description = "SDK to simplify common workflows for Network Devices."
99
authors = ["NTC <[email protected]>"]
1010
readme = "README.md"

0 commit comments

Comments
 (0)