From ab5e27c51a0b99e8853708e360b77c62b2382dd3 Mon Sep 17 00:00:00 2001 From: chidanandpujar Date: Fri, 29 Jul 2022 10:39:53 +0530 Subject: [PATCH] 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: