From a443f2b6d2d0a312e5c087eb1b03c8bba51e9dd3 Mon Sep 17 00:00:00 2001 From: Jeff Kala Date: Fri, 13 Sep 2024 17:17:31 -0500 Subject: [PATCH] prep2.0.1 release --- docs/admin/release_notes/version_2_0.md | 8 ++++++++ pyproject.toml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/docs/admin/release_notes/version_2_0.md b/docs/admin/release_notes/version_2_0.md index b02fcf35..0396b200 100644 --- a/docs/admin/release_notes/version_2_0.md +++ b/docs/admin/release_notes/version_2_0.md @@ -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. diff --git a/pyproject.toml b/pyproject.toml index 8f8e4d5d..2e7b8670 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 "] readme = "README.md"