From 7edf4138313884fc930fadfef33832338fb0b8b6 Mon Sep 17 00:00:00 2001 From: chidanandpujar Date: Fri, 22 Jul 2022 17:26:30 +0530 Subject: [PATCH 1/2] PyEz 2.6.5 Release --- RELEASE-NOTES.md | 11 ++++++++++- lib/jnpr/junos/version.py | 4 ++-- 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index 30b2a1815..30714df5c 100755 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -1,8 +1,17 @@ -## Release 2.6.5.dev0 - 10 JUNE 2022 +## Release 2.6.6.dev0 - 22 JULY 2022 ## Features Added ## Bugs fixed +## Release 2.6.5 - 22 JULy 2022 +## Features Added +- Supported multi-gig ports for EthPortTable.yml #1177 + +## Bugs fixed +- Fixed on-box support for start shell types #1190 #1186 +- Fixed conn_open_timeout value was getting set to None , changed to default 30 seconds #1184 + + ## Release 2.6.4 - 9 JUNE 2022 ### Features Added - Supported start_shell options to choose the shell types (sh or csh) #995 diff --git a/lib/jnpr/junos/version.py b/lib/jnpr/junos/version.py index 84d9be316..b49e30a7d 100644 --- a/lib/jnpr/junos/version.py +++ b/lib/jnpr/junos/version.py @@ -1,5 +1,5 @@ -VERSION = "2.6.5.dev0" -DATE = "2022-Jun-10" +VERSION = "2.6.5" +DATE = "2022-July-22" # Augment with the internal version if present try: From ab5e27c51a0b99e8853708e360b77c62b2382dd3 Mon Sep 17 00:00:00 2001 From: chidanandpujar Date: Fri, 29 Jul 2022 10:39:53 +0530 Subject: [PATCH 2/2] PyEz 2.6.5 Release --- RELEASE-NOTES.md | 4 ++-- lib/jnpr/junos/version.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index 30714df5c..b1b200b01 100755 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -1,9 +1,9 @@ -## Release 2.6.6.dev0 - 22 JULY 2022 +## Release 2.6.6.dev0 - 29 JULY 2022 ## Features Added ## Bugs fixed -## Release 2.6.5 - 22 JULy 2022 +## Release 2.6.5 - 29 JULY 2022 ## Features Added - Supported multi-gig ports for EthPortTable.yml #1177 diff --git a/lib/jnpr/junos/version.py b/lib/jnpr/junos/version.py index b49e30a7d..546e021a2 100644 --- a/lib/jnpr/junos/version.py +++ b/lib/jnpr/junos/version.py @@ -1,5 +1,5 @@ VERSION = "2.6.5" -DATE = "2022-July-22" +DATE = "2022-July-29" # Augment with the internal version if present try: