From b0b1c449685778bf6947585771b9771e88b361bb Mon Sep 17 00:00:00 2001 From: chidanandpujar Date: Mon, 1 Jun 2026 01:22:31 -0700 Subject: [PATCH] 2.8.2.dev0 update --- RELEASE-NOTES.md | 6 +++++- lib/jnpr/junos/version.py | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index d2342cde9..11fa17278 100755 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -1,4 +1,8 @@ -## Release 2.8.10 - 1 Jun 2026 +## Release 2.8.2.dev0 - 1 Jun 2026 +## Features Added +## Bugs Fixed + +## Release 2.8.1 - 1 Jun 2026 ## Features Added - Upgraded Jinja2 version 3.1.6 ## Bugs Fixed diff --git a/lib/jnpr/junos/version.py b/lib/jnpr/junos/version.py index 9abf38bfb..ec21adb8c 100644 --- a/lib/jnpr/junos/version.py +++ b/lib/jnpr/junos/version.py @@ -1,4 +1,4 @@ -VERSION = "2.8.1" +VERSION = "2.8.2.dev0" DATE = "2026-Jun-01" # Augment with the internal version if present