File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed
Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/)
1212### Fixed
1313### Security
1414
15+ ## [ 0.18.0]
16+ ### Added
17+ - IOSXEWLCDevice device Driver.
18+ ### Fixed
19+ - IOS ` rollback() ` method derives filesystem name using ` _get_file_system() ` method to discover it from system.
20+
1521## [ 0.17.0]
1622### Added
1723- ASADevice supports connecting to HA Peer
Original file line number Diff line number Diff line change 1111except ImportError :
1212 from ConfigParser import SafeConfigParser
1313
14- __version__ = "0.17 .0"
14+ __version__ = "0.18 .0"
1515
1616LIB_PATH_ENV_VAR = "PYNTC_CONF"
1717LIB_PATH_DEFAULT = "~/.ntc.conf"
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "poetry.masonry.api"
44
55[tool .poetry ]
66name = " pyntc"
7- version = " 0.17 .0"
7+ version = " 0.18 .0"
88description = " SDK to simplify common workflows for Network Devices."
99authors = [
" NTC <[email protected] >" ]
1010readme = " README.md"
You can’t perform that action at this time.
0 commit comments