From da95e03cc57f1c34dfaa33d39ee1d53a4753063b Mon Sep 17 00:00:00 2001 From: Nitin Kr Date: Mon, 27 Aug 2018 10:36:07 +0530 Subject: [PATCH] preparing release 2.2.0 --- RELEASE-NOTES.md | 6 +++++- lib/jnpr/junos/version.py | 4 ++-- setup.py | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index 38b8022cb..abfea3e09 100755 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -1,5 +1,9 @@ -## Release 2.2.0.dev0 - 8 August 2018 +## Release 2.2.0 - 27 August 2018 ### Features Added: +- Support for Node virt based platforms #856 +- Support Linux based Junos devices #862 +- Connection through console server (having login credentials) using SSH #861 #870 +- outbound ssh #732 ### Bugs Fixed: diff --git a/lib/jnpr/junos/version.py b/lib/jnpr/junos/version.py index b0eac57e9..a342485fe 100644 --- a/lib/jnpr/junos/version.py +++ b/lib/jnpr/junos/version.py @@ -1,5 +1,5 @@ -VERSION = "2.2.0.dev0" -DATE = "2018-Aug-8" +VERSION = "2.2.0" +DATE = "2018-Aug-27" # Augment with the internal version if present try: diff --git a/setup.py b/setup.py index 1c0ffef06..f9e00d3fa 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ setup( name="junos-eznc", namespace_packages=['jnpr'], - version="2.2.0.dev0", + version="2.2.0", author="Jeremy Schulman, Nitin Kumar, Rick Sherman, Stacy Smith", author_email="jnpr-community-netdev@juniper.net", description=("Junos 'EZ' automation for non-programmers"),