Skip to content

Commit aa806ed

Browse files
authored
prep2.0.1 release (#313)
1 parent 59589b0 commit aa806ed

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

docs/admin/release_notes/version_2_0.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,11 @@
1212
- [308](https://github.com/networktocode/pyntc/pull/308) Deprecated netmiko argument `delay_factor` in favor of `read_timeout` as per changes in Netmiko 4.0.
1313

1414
Refer to this blog post for more info about changes in netmiko 4.0: https://pynet.twb-tech.com/blog/netmiko-read-timeout.html
15+
16+
17+
## [2.0.1] 09-2024
18+
### Added
19+
- [311](https://github.com/networktocode/pyntc/pull/311) Extend cisco_ios set_boot_options method.
20+
21+
### Fixed
22+
- [312](https://github.com/networktocode/pyntc/pull/312) Fix Arista EOS file copy issues.

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 = "pyntc"
3-
version = "2.0.0"
3+
version = "2.0.1"
44
description = "SDK to simplify common workflows for Network Devices."
55
authors = ["Network to Code, LLC <[email protected]>"]
66
readme = "README.md"

0 commit comments

Comments
 (0)