From 7dfb7ca71acaa19160048525fd579e71ce5da451 Mon Sep 17 00:00:00 2001 From: Gary Snider <75227981+gsnider2195@users.noreply.github.com> Date: Wed, 8 Apr 2026 09:09:45 -0700 Subject: [PATCH 1/2] release v2.2.1 --- changes/354.fixed | 1 - changes/360.added | 1 - docs/admin/release_notes/version_2.2.md | 11 +++++++++++ pyproject.toml | 4 ++-- 4 files changed, 13 insertions(+), 4 deletions(-) delete mode 100644 changes/354.fixed delete mode 100644 changes/360.added diff --git a/changes/354.fixed b/changes/354.fixed deleted file mode 100644 index cd9e7d26..00000000 --- a/changes/354.fixed +++ /dev/null @@ -1 +0,0 @@ -Fixed Github release publishing failing. diff --git a/changes/360.added b/changes/360.added deleted file mode 100644 index 6c075498..00000000 --- a/changes/360.added +++ /dev/null @@ -1 +0,0 @@ -Added support for Python 3.14. diff --git a/docs/admin/release_notes/version_2.2.md b/docs/admin/release_notes/version_2.2.md index 93869050..d709f939 100644 --- a/docs/admin/release_notes/version_2.2.md +++ b/docs/admin/release_notes/version_2.2.md @@ -6,6 +6,17 @@ This document describes all new features and changes in the release. The format - Added OS upgrade support for Junos devices. + +## [v2.2.1 (2026-04-08)](https://github.com/networktocode/pyntc/releases/tag/v2.2.1) + +### Added + +- [#360](https://github.com/networktocode/pyntc/issues/360) - Added support for Python 3.14. + +### Fixed + +- [#354](https://github.com/networktocode/pyntc/issues/354) - Fixed Github release publishing failing. + ## [v2.2.0 (2026-03-09)](https://github.com/networktocode/pyntc/releases/tag/v2.2.0) ### Added diff --git a/pyproject.toml b/pyproject.toml index daccab13..722ff8cc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pyntc" -version = "2.2.1a0" +version = "2.2.1" description = "Python library focused on tasks related to device level and OS management." authors = ["Network to Code, LLC "] readme = "README.md" @@ -171,7 +171,7 @@ addopts = "-vv --doctest-modules -p no:warnings --ignore-glob='*mock*'" [tool.towncrier] package = "pyntc" directory = "changes" -filename = "docs/admin/release_notes/version_X.Y.md" +filename = "docs/admin/release_notes/version_2.2.md" template = "towncrier_template.j2" start_string = "" issue_format = "[#{issue}](https://github.com/networktocode/pyntc/issues/{issue})" From fc6614b957e7baafde9c20136fa01ef795f9fe6e Mon Sep 17 00:00:00 2001 From: Gary Snider <75227981+gsnider2195@users.noreply.github.com> Date: Wed, 8 Apr 2026 11:00:35 -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 722ff8cc..697b00a9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pyntc" -version = "2.2.1" +version = "2.2.2a0" description = "Python library focused on tasks related to device level and OS management." authors = ["Network to Code, LLC "] readme = "README.md"