From 427dacf471fd81ea9cd629a2bce3567d10a247cb Mon Sep 17 00:00:00 2001 From: Gary Snider <75227981+gsnider2195@users.noreply.github.com> Date: Wed, 8 Apr 2026 11:23:54 -0700 Subject: [PATCH 1/2] release 3.1.1 --- docs/admin/release_notes/version_3.1.md | 8 +++++++- pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/docs/admin/release_notes/version_3.1.md b/docs/admin/release_notes/version_3.1.md index 843a897..97c7945 100644 --- a/docs/admin/release_notes/version_3.1.md +++ b/docs/admin/release_notes/version_3.1.md @@ -1,4 +1,10 @@ -# v3.1.0 Release Notes +# v3.1 Release Notes + +## [v3.1.1 - 2026-04-08](https://github.com/networktocode/nornir-pyntc/releases/tag/v3.1.1) + +### Added + +- [#50](https://github.com/networktocode/nornir-pyntc/pull/50) - Added support for Python 3.14. ## [3.1.0] 03-2026 diff --git a/pyproject.toml b/pyproject.toml index c0fbccc..9756e41 100755 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "nornir-pyntc" -version = "3.1.1a0" +version = "3.1.1" description = "pyntc plugin for Nornir" authors = ["Network to Code, LLC "] license = "Apache-2.0" From 21b40c7eb0251ebfe1d2d6475d95de9fbc043fb8 Mon Sep 17 00:00:00 2001 From: Gary Snider <75227981+gsnider2195@users.noreply.github.com> Date: Wed, 8 Apr 2026 13:48:44 -0700 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 9756e41..af88786 100755 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "nornir-pyntc" -version = "3.1.1" +version = "3.1.2a0" description = "pyntc plugin for Nornir" authors = ["Network to Code, LLC "] license = "Apache-2.0"