From 8c67dcb12516b5e70f9afa98dc2754aa8376acd2 Mon Sep 17 00:00:00 2001 From: itdependsnetworks Date: Mon, 20 Oct 2025 20:22:25 -0400 Subject: [PATCH 1/2] Release v1.15.1 --- docs/admin/release_notes/version_1.15.md | 6 ++++++ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/admin/release_notes/version_1.15.md b/docs/admin/release_notes/version_1.15.md index 8e578f99..4362686b 100644 --- a/docs/admin/release_notes/version_1.15.md +++ b/docs/admin/release_notes/version_1.15.md @@ -8,6 +8,12 @@ This document describes all new features and changes in the release. The format - Add parser support for Rad ETX. - Update the library to the NTC 2025 development standards. +## [v1.15.1 (2025-10-20)](https://github.com/networktocode/netutils/releases/tag/v1.15.1) + +### Added + +- [#704](https://github.com/networktocode/netutils/issues/704) - Added show running config mapper for 22 additional operating systems. + ## [v1.15.0 (2025-09-05)](https://github.com/networktocode/netutils/releases/tag/v1.15.0) ### Added diff --git a/pyproject.toml b/pyproject.toml index 00e2fd16..a00c35e4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "netutils" -version = "1.15.1a0" +version = "1.15.1" description = "Common helper functions useful in network automation." authors = ["Network to Code, LLC "] license = "Apache-2.0" From 39d81455d2595a7b4fa4f70e003adc03fce4fba7 Mon Sep 17 00:00:00 2001 From: itdependsnetworks Date: Mon, 20 Oct 2025 20:35:57 -0400 Subject: [PATCH 2/2] Bump version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a00c35e4..9d2bdc64 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "netutils" -version = "1.15.1" +version = "1.15.2a0" description = "Common helper functions useful in network automation." authors = ["Network to Code, LLC "] license = "Apache-2.0"