Skip to content

Commit a75b747

Browse files
Merge pull request #827 from networktocode/release-1.17.2
Release 1.17.2
2 parents 7a24009 + 99d1f65 commit a75b747

File tree

4 files changed

+427
-296
lines changed

4 files changed

+427
-296
lines changed

docs/admin/release_notes/version_1.17.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
33

44
This document describes all new features and changes in the release. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
55

6+
## [v1.17.2 (2026-04-02)](https://github.com/networktocode/netutils/releases/tag/v1.17.2)
7+
8+
### Dependencies
9+
10+
- [#827](https://github.com/networktocode/netutils/issues/827) - Update development dependencies.
11+
- [#827](https://github.com/networktocode/netutils/issues/827) - Add support for Python 3.14.
12+
613
## [v1.17.1 (2026-02-04)](https://github.com/networktocode/netutils/releases/tag/v1.17.1)
714

815
### Fixed

example.invoke.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
"netutils":
3-
python_ver: "3.9"
3+
python_ver: "3.10"
44
local: false
55
# image_name: "netutils"
66
# image_ver: "latest"

0 commit comments

Comments
 (0)