Skip to content

Commit 6aaeaaf

Browse files
Merge pull request #361 from networktocode/release/2.2.1
Release v2.2.1
2 parents 31f3509 + 7dfb7ca commit 6aaeaaf

4 files changed

Lines changed: 401 additions & 373 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
- name: "Upload binaries to release"
4949
run: "gh release upload ${{ github.ref_name }} dist/*.{tar.gz,whl}"
5050
env:
51-
GH_TOKEN: "${{ secrets.NTC_GITHUB_TOKEN }}"
51+
GH_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
5252

5353
publish-pypi:
5454
name: "Push Package to PyPI"

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

0 commit comments

Comments
 (0)