Skip to content

Commit d45b81f

Browse files
committed
Bump version to 0.18.0
1 parent 4f26b75 commit d45b81f

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff 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

pyntc/__init__.py

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

14-
__version__ = "0.17.0"
14+
__version__ = "0.18.0"
1515

1616
LIB_PATH_ENV_VAR = "PYNTC_CONF"
1717
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.17.0"
7+
version = "0.18.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)