Skip to content

Commit e60dae3

Browse files
authored
v9.1.0 release notes (#2303)
* v9.1.0 release notes * v9.1.0 bump
1 parent 64f94f6 commit e60dae3

3 files changed

Lines changed: 10 additions & 1 deletion

File tree

docs/admin/release_notes/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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) |
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "ntc_templates"
3-
version = "9.0.0"
3+
version = "9.1.0"
44
description = "TextFSM Templates for Network Devices, and Python wrapper for TextFSM's CliTable."
55
authors = ["Network to Code <info@networktocode.com>"]
66
license = "Apache-2.0"

0 commit comments

Comments
 (0)