Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions docs/admin/release_notes/version_1.14.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,9 @@
- [640](https://github.com/networktocode/netutils/pull/640) Fix documentation issues.
- [641](https://github.com/networktocode/netutils/pull/641) Fix documentation for Jinja examples.
- [651](https://github.com/networktocode/netutils/pull/651) Fix Palo set format config parsing for curly brace.

## [v1.14.1] 2025-07

### Changed

- [672](https://github.com/networktocode/netutils/pull/672) Update running configuration commands to be full versions. Flatbot OUI and PROTOCOL file updates.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "netutils"
version = "1.14.1a0"
version = "1.14.2a0"
description = "Common helper functions useful in network automation."
authors = ["Network to Code, LLC <opensource@networktocode.com>"]
license = "Apache-2.0"
Expand Down
Loading