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 ===== 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",