From f187f59c49ba10890876330baded5498b830ac27 Mon Sep 17 00:00:00 2001 From: chidanandpujar Date: Wed, 23 Oct 2024 20:25:45 +0530 Subject: [PATCH] PyEZ 2.7.3.dev0 updated --- README.md | 2 +- RELEASE-NOTES.md | 7 ++++++- lib/jnpr/junos/version.py | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 592a08d70..b6bfcd848 100644 --- a/README.md +++ b/README.md @@ -154,7 +154,7 @@ Juniper Networks is actively contributing to and maintaining this repo. Please c *Contributors:* - +* v2.7.2: [Dinesh Babu](https://github.com/dineshbaburam91), [Chidanand Pujar](https://github.com/chidanandpujar) * v2.7.1: [Dinesh Babu](https://github.com/dineshbaburam91) * v2.6.4: [Chidanand Pujar](https://github.com/chidanandpujar) * v2.6.3: [Rahul Kumar](https://github.com/rahkumar651991) diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index aabcfea81..222c12309 100755 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -1,4 +1,9 @@ -## Release 2.7.2 - 23 Oct 2024 +## Release 2.7.3.dev0 - 23 OCT 2024 +## Features Added + +## Bugs Fixed + +## Release 2.7.2 - 23 OCT 2024 ## Features Added - Introduced bind_addr parameter in Device() API #1279 - Introduced vmhost paramater in dev.facts #1333 diff --git a/lib/jnpr/junos/version.py b/lib/jnpr/junos/version.py index ac35cfa9e..130c26776 100644 --- a/lib/jnpr/junos/version.py +++ b/lib/jnpr/junos/version.py @@ -1,4 +1,4 @@ -VERSION = "2.7.2" +VERSION = "2.7.3.dev0" DATE = "2024-Oct-23" # Augment with the internal version if present