Skip to content

Commit

Permalink
Merge pull request #118 from napalm-automation/release_0.9.0
Browse files Browse the repository at this point in the history
napalm-ansible 0.9.0 release
  • Loading branch information
ktbyers committed Feb 7, 2018
2 parents d92e06e + 0934f2b commit 80d1c0d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -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
Expand Down
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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',
Expand Down

0 comments on commit 80d1c0d

Please sign in to comment.