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
8 changes: 7 additions & 1 deletion docs/admin/release_notes/version_3.1.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
# v3.1.0 Release Notes
# v3.1 Release Notes

## [v3.1.1 - 2026-04-08](https://github.com/networktocode/nornir-pyntc/releases/tag/v3.1.1)

### Added

- [#50](https://github.com/networktocode/nornir-pyntc/pull/50) - Added support for Python 3.14.

## [3.1.0] 03-2026

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 = "nornir-pyntc"
version = "3.1.1a0"
version = "3.1.2a0"
description = "pyntc plugin for Nornir"
authors = ["Network to Code, LLC <info@networktocode.com>"]
license = "Apache-2.0"
Expand Down
Loading