diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 770b8ef..7cd94b9 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,5 +1,9 @@ develop ===== + +0.9.0 +===== + - Fix old napalm_base references - Various documentation fixes - Add action plugin to better support command-line arguments diff --git a/setup.py b/setup.py index 16c5481..40abf29 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ setup( name="napalm-ansible", - version='0.8.0', + version='0.9.0', packages=find_packages(exclude=("test*", "library")), author="David Barroso, Kirk Byers, Mircea Ulinic", author_email="dbarrosop@dravetech.com, ktbyers@twb-tech.com", @@ -22,7 +22,8 @@ 'Programming Language :: Python :: 2', 'Programming Language :: Python :: 2.7', 'Programming Language :: Python :: 3', - 'Programming Language :: Python :: 3.4', + 'Programming Language :: Python :: 3.5', + 'Programming Language :: Python :: 3.6', 'Operating System :: POSIX :: Linux', 'Operating System :: POSIX :: Linux', 'Operating System :: MacOS',