From c999ba98b5e1181f50f1940678e953d7d7eb1f25 Mon Sep 17 00:00:00 2001 From: dineshbaburam91 Date: Fri, 12 Apr 2024 11:36:23 +0530 Subject: [PATCH] Post release 2.7.1 changes --- RELEASE-NOTES.md | 5 +++++ lib/jnpr/junos/version.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index 80a354dd1..da92bb139 100755 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -1,3 +1,8 @@ +## Release 2.7.2 - 12 APR 2024 +## Features Added + +## Bugs Fixed + ## Release 2.7.1 - 12 APR 2024 ## Features Added - Added customer juniper paramiko module as a dependency which supported aes128 and aes257 cipher #1299 diff --git a/lib/jnpr/junos/version.py b/lib/jnpr/junos/version.py index 8e2860e5e..6492f3d25 100644 --- a/lib/jnpr/junos/version.py +++ b/lib/jnpr/junos/version.py @@ -1,4 +1,4 @@ -VERSION = "2.7.1" +VERSION = "2.7.2.dev0" DATE = "2024-Apr-12" # Augment with the internal version if present