From ab774c475812e6745881413dd413701371614abf Mon Sep 17 00:00:00 2001 From: Jeff Kala Date: Mon, 5 Aug 2024 10:49:21 -0500 Subject: [PATCH] prep 1.9.1 patch release --- docs/admin/release_notes/version_1.9.md | 11 +++++++++++ pyproject.toml | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/docs/admin/release_notes/version_1.9.md b/docs/admin/release_notes/version_1.9.md index 3acad549..bf5a1243 100755 --- a/docs/admin/release_notes/version_1.9.md +++ b/docs/admin/release_notes/version_1.9.md @@ -6,6 +6,17 @@ - Added DNA Center platform mappings. - Improved error message when duplicate line is parsed. +## [v1.9.1] 2024-08 + +### Changed + +- [557](https://github.com/networktocode/netutils/pull/557) OUI File Updates. +- [558](https://github.com/networktocode/netutils/pull/558) PROTOCOL File Updates. + +### Fixed + +- [553](https://github.com/networktocode/netutils/pull/553) Fixes incorrect cisco_xe to ntc-templates library mapping. + ## [v1.9.0] 2024-07 ### Added diff --git a/pyproject.toml b/pyproject.toml index 55e1575a..2425d7df 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "netutils" -version = "1.9.0" +version = "1.9.1" description = "Common helper functions useful in network automation." authors = ["Network to Code, LLC "] license = "Apache-2.0"