Skip to content

Commit

Permalink
prep2.0.1 release (#313)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffkala authored Sep 13, 2024
1 parent 59589b0 commit aa806ed
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions docs/admin/release_notes/version_2_0.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,11 @@
- [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.

Refer to this blog post for more info about changes in netmiko 4.0: https://pynet.twb-tech.com/blog/netmiko-read-timeout.html


## [2.0.1] 09-2024
### Added
- [311](https://github.com/networktocode/pyntc/pull/311) Extend cisco_ios set_boot_options method.

### Fixed
- [312](https://github.com/networktocode/pyntc/pull/312) Fix Arista EOS file copy issues.
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 = "pyntc"
version = "2.0.0"
version = "2.0.1"
description = "SDK to simplify common workflows for Network Devices."
authors = ["Network to Code, LLC <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit aa806ed

Please sign in to comment.