File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -6,6 +6,17 @@ This document describes all new features and changes in the release. The format
66
77- Added OS upgrade support for Junos devices.
88
9+ <!-- towncrier release notes start -->
10+ ## [ v2.2.1 (2026-04-08)] ( https://github.com/networktocode/pyntc/releases/tag/v2.2.1 )
11+
12+ ### Added
13+
14+ - [ #360 ] ( https://github.com/networktocode/pyntc/issues/360 ) - Added support for Python 3.14.
15+
16+ ### Fixed
17+
18+ - [ #354 ] ( https://github.com/networktocode/pyntc/issues/354 ) - Fixed Github release publishing failing.
19+
920## [ v2.2.0 (2026-03-09)] ( https://github.com/networktocode/pyntc/releases/tag/v2.2.0 )
1021
1122### Added
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " pyntc"
3- version = " 2.2.1a0 "
3+ version = " 2.2.1 "
44description = " Python library focused on tasks related to device level and OS management."
55authors = [" Network to Code, LLC <opensource@networktocode.com>" ]
66readme = " README.md"
@@ -171,7 +171,7 @@ addopts = "-vv --doctest-modules -p no:warnings --ignore-glob='*mock*'"
171171[tool .towncrier ]
172172package = " pyntc"
173173directory = " changes"
174- filename = " docs/admin/release_notes/version_X.Y .md"
174+ filename = " docs/admin/release_notes/version_2.2 .md"
175175template = " towncrier_template.j2"
176176start_string = " <!-- towncrier release notes start -->"
177177issue_format = " [#{issue}](https://github.com/networktocode/pyntc/issues/{issue})"
You can’t perform that action at this time.
0 commit comments