Skip to content

Commit e81625e

Browse files
authored
Merge pull request #41 from networktocode/release-3.1.0-to-develop
Release 3.1.0 to develop
2 parents ffee131 + 26691ec commit e81625e

File tree

6 files changed

+30
-4
lines changed

6 files changed

+30
-4
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# v3.0.0 Release Notes
2+
3+
## [3.0.0] 01-2024
4+
5+
### Changed
6+
7+
- Updated `pyntc` dependency to 2.0.0, which contains updates related to changes in netmiko 4.0. In short `delay_factor` was deprecated in favor of `read_timeout`.
8+
9+
Refer to this blog post for more info about changes in netmiko 4.0: https://pynet.twb-tech.com/blog/netmiko-read-timeout.html
10+
11+
### Removed
12+
13+
- Dropped support for python3.7
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# v3.1.0 Release Notes
2+
3+
## [3.1.0] 03-2026
4+
5+
### Added
6+
7+
- [37](https://github.com/networktocode/nornir-pyntc/pull/37) - Remote File Copy functionality, allow for remote copy, file validations and more.
8+
9+
### Removed
10+
11+
- Dropped support for python3.8
12+
- Dropped support for python3.9

mkdocs.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -104,9 +104,10 @@ nav:
104104
- Uninstall: "admin/uninstall.md"
105105
- Release Notes:
106106
- "admin/release_notes/index.md"
107-
- v1.0.0: "admin/release_notes/version_1_0.md"
108-
- v2.0.0: "admin/release_notes/version_2_0.md"
109-
- v3.0.0: "admin/release_notes/version_3_0.md"
107+
- v1.0.0: "admin/release_notes/version_1.0.md"
108+
- v2.0.0: "admin/release_notes/version_2.0.md"
109+
- v3.0.0: "admin/release_notes/version_3.0.md"
110+
- v3.1.0: "admin/release_notes/version_3.1.md"
110111
- Developer Guide:
111112
- Extending the Library: "dev/extending.md"
112113
- Contributing to the Library: "dev/contributing.md"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "nornir-pyntc"
3-
version = "3.0.0"
3+
version = "3.1.1a0"
44
description = "pyntc plugin for Nornir"
55
authors = ["Network to Code, LLC <info@networktocode.com>"]
66
license = "Apache-2.0"

0 commit comments

Comments
 (0)