From 7432738ead697d43cf663318cff5e5d9bd4aff38 Mon Sep 17 00:00:00 2001 From: Joe Wesch Date: Wed, 4 Feb 2026 11:02:30 -0600 Subject: [PATCH 1/2] Release v1.17.1 --- changes/803.fixed | 1 - docs/admin/release_notes/version_1.17.md | 6 ++++++ pyproject.toml | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) delete mode 100644 changes/803.fixed diff --git a/changes/803.fixed b/changes/803.fixed deleted file mode 100644 index 101991ce..00000000 --- a/changes/803.fixed +++ /dev/null @@ -1 +0,0 @@ -Fixed an issue where an empty config would raise an error when parsing Palo Alto Networks PanOS. \ No newline at end of file diff --git a/docs/admin/release_notes/version_1.17.md b/docs/admin/release_notes/version_1.17.md index 8554ec27..355c2461 100644 --- a/docs/admin/release_notes/version_1.17.md +++ b/docs/admin/release_notes/version_1.17.md @@ -3,6 +3,12 @@ This document describes all new features and changes in the release. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [v1.17.1 (2026-02-04)](https://github.com/networktocode/netutils/releases/tag/v1.17.1) + +### Fixed + +- [#803](https://github.com/networktocode/netutils/issues/803) - Fixed an issue where an empty config would raise an error when parsing Palo Alto Networks PanOS. + ## [v1.17.0 (2026-01-30)](https://github.com/networktocode/netutils/releases/tag/v1.17.0) ### Added diff --git a/pyproject.toml b/pyproject.toml index a0249c8d..c07763bf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "netutils" -version = "1.17.1a0" +version = "1.17.1" description = "Common helper functions useful in network automation." authors = ["Network to Code, LLC "] license = "Apache-2.0" From b969f405f1a8af6fe66ade1b895a2d5a6c9b117d Mon Sep 17 00:00:00 2001 From: Joe Wesch Date: Wed, 4 Feb 2026 11:24:57 -0600 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 c07763bf..d8384cfa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "netutils" -version = "1.17.1" +version = "1.17.2a0" description = "Common helper functions useful in network automation." authors = ["Network to Code, LLC "] license = "Apache-2.0"