From 99ae5d1b48b08a3e57b88c527f99097501a8eb7e Mon Sep 17 00:00:00 2001 From: dineshbaburam91 Date: Fri, 12 Apr 2024 10:05:42 +0530 Subject: [PATCH 1/2] Release 2.7.1 --- RELEASE-NOTES.md | 4 ++-- lib/jnpr/junos/version.py | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index 5c1a26dbf..80a354dd1 100755 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -1,6 +1,6 @@ -## Release 2.7.1.dev0 - 12 JAN 2024 +## Release 2.7.1 - 12 APR 2024 ## Features Added - +- Added customer juniper paramiko module as a dependency which supported aes128 and aes257 cipher #1299 ## Bugs Fixed ## Release 2.7.0 - 12 JAN 2024 diff --git a/lib/jnpr/junos/version.py b/lib/jnpr/junos/version.py index 098dac23c..e01b7d304 100644 --- a/lib/jnpr/junos/version.py +++ b/lib/jnpr/junos/version.py @@ -1,5 +1,5 @@ -VERSION = "2.7.1.dev0" -DATE = "2024-Jan-12" +VERSION = "2.7.1" +DATE = "2024-APR-12" # Augment with the internal version if present try: From 3c13efadcc0db6a9ab8e2fd263c8f0576180930d Mon Sep 17 00:00:00 2001 From: dineshbaburam91 Date: Fri, 12 Apr 2024 10:08:29 +0530 Subject: [PATCH 2/2] Update release 2.7.1 --- lib/jnpr/junos/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/jnpr/junos/version.py b/lib/jnpr/junos/version.py index e01b7d304..8e2860e5e 100644 --- a/lib/jnpr/junos/version.py +++ b/lib/jnpr/junos/version.py @@ -1,5 +1,5 @@ VERSION = "2.7.1" -DATE = "2024-APR-12" +DATE = "2024-Apr-12" # Augment with the internal version if present try: