We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a478143 commit 729798cCopy full SHA for 729798c
netmiko/__init__.py
@@ -23,7 +23,7 @@
23
NetmikoAuthError = NetMikoAuthenticationException
24
Netmiko = ConnectHandler
25
26
-__version__ = '2.0.3'
+__version__ = '2.1.0'
27
__all__ = ('ConnectHandler', 'ssh_dispatcher', 'platforms', 'SCPConn', 'FileTransfer',
28
'NetMikoTimeoutException', 'NetMikoAuthenticationException',
29
'NetmikoTimeoutError', 'NetmikoAuthError', 'InLineTransfer', 'redispatch',
0 commit comments