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..697b00a9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pyntc" -version = "2.2.1a0" +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" @@ -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})"