diff --git a/docs/admin/release_notes/version_3.1.md b/docs/admin/release_notes/version_3.1.md index 843a897..97c7945 100644 --- a/docs/admin/release_notes/version_3.1.md +++ b/docs/admin/release_notes/version_3.1.md @@ -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 diff --git a/pyproject.toml b/pyproject.toml index c0fbccc..af88786 100755 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 "] license = "Apache-2.0"