From 23bd2ff92da6bf950d4ae06dab77e34973c85f58 Mon Sep 17 00:00:00 2001 From: Kirk Byers Date: Mon, 16 Jul 2018 17:35:37 -0700 Subject: [PATCH 1/2] Release 0.10.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 631ed51..100afde 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ setup( name="napalm-ansible", - version='0.9.1', + version='0.10.0', packages=find_packages(exclude=("test*", "library")), author="David Barroso, Kirk Byers, Mircea Ulinic", author_email="dbarrosop@dravetech.com, ktbyers@twb-tech.com", From 364f7d258de3140c6265cdb668f3500539e3d78d Mon Sep 17 00:00:00 2001 From: Kirk Byers Date: Mon, 16 Jul 2018 17:43:52 -0700 Subject: [PATCH 2/2] Updating changelog --- CHANGELOG.rst | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 62736ff..ed2a6b6 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,10 +1,18 @@ develop ===== - - Add Python3 support - - Add support for saving `candidate_file` during the config install +0.10.0 +===== + + - Python3 support - Fix issue with an exception in napalm_install_config +0.9.1 +===== + + - Fix PIP10 compatibility issue + - Add support for saving `candidate_file` during the config install + 0.9.0 =====