File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ All the published release notes can be found below. All patch releases are inclu
44
55| Version | Link |
66| ------- | ---- |
7+ | v9.1 | [ Release Notes] ( version_9.1.md ) |
78| v9.0 | [ Release Notes] ( version_9.0.md ) |
89| v8.1 | [ Release Notes] ( version_8.1.md ) |
910| v8.0 | [ Release Notes] ( version_8.0.md ) |
Original file line number Diff line number Diff line change 1+ # Release Notes v9.2.0
2+
3+ ## What's Changed
4+
5+ * Fix nxos sh license usage for nxos 10 (mmilaitis) by @michalis1 in https://github.com/networktocode/ntc-templates/pull/2302
6+ * Fix alcatel_sros sh lag when there are lag names by @mjbear in https://github.com/networktocode/ntc-templates/pull/2277
7+
8+ ** Full Changelog** : https://github.com/networktocode/ntc-templates/compare/v9.0.0...v9.1.0
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " ntc_templates"
3- version = " 9.0 .0"
3+ version = " 9.1 .0"
44description = " TextFSM Templates for Network Devices, and Python wrapper for TextFSM's CliTable."
55authors = [" Network to Code <info@networktocode.com>" ]
66license = " Apache-2.0"
You can’t perform that action at this time.
0 commit comments