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"