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
11 changes: 11 additions & 0 deletions docs/admin/release_notes/version_1.9.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,17 @@
- Added DNA Center platform mappings.
- Improved error message when duplicate line is parsed.

## [v1.9.1] 2024-08

### Changed

- [557](https://github.com/networktocode/netutils/pull/557) OUI File Updates.
- [558](https://github.com/networktocode/netutils/pull/558) PROTOCOL File Updates.

### Fixed

- [553](https://github.com/networktocode/netutils/pull/553) Fixes incorrect cisco_xe to ntc-templates library mapping.

## [v1.9.0] 2024-07

### Added
Expand Down
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.9.0"
version = "1.9.1"
description = "Common helper functions useful in network automation."
authors = ["Network to Code, LLC <opensource@networktocode.com>"]
license = "Apache-2.0"
Expand Down