Skip to content

Commit 729798c

Browse files
committed
Netmiko release 2.1.0
1 parent a478143 commit 729798c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

netmiko/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
NetmikoAuthError = NetMikoAuthenticationException
2424
Netmiko = ConnectHandler
2525

26-
__version__ = '2.0.3'
26+
__version__ = '2.1.0'
2727
__all__ = ('ConnectHandler', 'ssh_dispatcher', 'platforms', 'SCPConn', 'FileTransfer',
2828
'NetMikoTimeoutException', 'NetMikoAuthenticationException',
2929
'NetmikoTimeoutError', 'NetmikoAuthError', 'InLineTransfer', 'redispatch',

0 commit comments

Comments
 (0)