Skip to content

Commit 7dfb7ca

Browse files
committed
release v2.2.1
1 parent 69002a3 commit 7dfb7ca

4 files changed

Lines changed: 13 additions & 4 deletions

File tree

changes/354.fixed

Lines changed: 0 additions & 1 deletion
This file was deleted.

changes/360.added

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/admin/release_notes/version_2.2.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff 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

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "pyntc"
3-
version = "2.2.1a0"
3+
version = "2.2.1"
44
description = "Python library focused on tasks related to device level and OS management."
55
authors = ["Network to Code, LLC <opensource@networktocode.com>"]
66
readme = "README.md"
@@ -171,7 +171,7 @@ addopts = "-vv --doctest-modules -p no:warnings --ignore-glob='*mock*'"
171171
[tool.towncrier]
172172
package = "pyntc"
173173
directory = "changes"
174-
filename = "docs/admin/release_notes/version_X.Y.md"
174+
filename = "docs/admin/release_notes/version_2.2.md"
175175
template = "towncrier_template.j2"
176176
start_string = "<!-- towncrier release notes start -->"
177177
issue_format = "[#{issue}](https://github.com/networktocode/pyntc/issues/{issue})"

0 commit comments

Comments
 (0)