Skip to content

Commit

Permalink
Merge pull request #138 from ktbyers/develop2
Browse files Browse the repository at this point in the history
Release 0.10.0
  • Loading branch information
ktbyers authored Jul 17, 2018
2 parents 8e8639b + 364f7d2 commit 8d868d3
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
12 changes: 10 additions & 2 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -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
=====

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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="[email protected], [email protected]",
Expand Down

0 comments on commit 8d868d3

Please sign in to comment.