From ae45498ec6a21fd1b9b524dff800a54d788abf97 Mon Sep 17 00:00:00 2001 From: rahkumar651991 <58289625+rahkumar651991@users.noreply.github.com> Date: Thu, 12 Mar 2020 15:23:08 +0530 Subject: [PATCH] Release jsnapy 1.3.4 (#369) * Release jsnapy 1.3.4 --- README.md | 1 + lib/jnpr/jsnapy/version.py | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index afa12aee..f492538c 100755 --- a/README.md +++ b/README.md @@ -124,6 +124,7 @@ Juniper Networks is actively contributing to and maintaining this repo. Please c Contributors: +* v1.3.4: [Luis Lezcano Airaldi](https://github.com/luislezcair) * v1.3.3: [Rahul Kumar](https://github.com/rahkumar651991) * v1.2.0 - v1.3.2: [Jasminderpal Singh Sidhu](https://github.com/sidhujasminder) * v1.1.0: [Ishaan Kumar](https://github.com/eeishaan) diff --git a/lib/jnpr/jsnapy/version.py b/lib/jnpr/jsnapy/version.py index 050f8919..00df8087 100755 --- a/lib/jnpr/jsnapy/version.py +++ b/lib/jnpr/jsnapy/version.py @@ -5,5 +5,5 @@ # All rights reserved. # -__version__ = "1.3.4.dev0" -DATE = "2020-Feb-04" +__version__ = "1.3.4" +DATE = "2020-Mar-11"