Skip to content

Commit

Permalink
Netmiko release 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ktbyers committed Mar 7, 2018
1 parent a478143 commit 729798c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion netmiko/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
NetmikoAuthError = NetMikoAuthenticationException
Netmiko = ConnectHandler

__version__ = '2.0.3'
__version__ = '2.1.0'
__all__ = ('ConnectHandler', 'ssh_dispatcher', 'platforms', 'SCPConn', 'FileTransfer',
'NetMikoTimeoutException', 'NetMikoAuthenticationException',
'NetmikoTimeoutError', 'NetmikoAuthError', 'InLineTransfer', 'redispatch',
Expand Down

0 comments on commit 729798c

Please sign in to comment.