diff --git a/netmiko/__init__.py b/netmiko/__init__.py index 1dbbf5e51..be2e8628f 100644 --- a/netmiko/__init__.py +++ b/netmiko/__init__.py @@ -23,7 +23,7 @@ NetmikoAuthError = NetMikoAuthenticationException Netmiko = ConnectHandler -__version__ = "2.3.3" +__version__ = "2.4.0" __all__ = ( "ConnectHandler", "ssh_dispatcher", diff --git a/release_process.txt b/release_process.txt index e875dc719..460a86ce9 100644 --- a/release_process.txt +++ b/release_process.txt @@ -8,7 +8,6 @@ $ pdoc3 --html --output-dir docs netmiko --force # README.md is entry point at https://ktbyers.github.io/netmiko/ which then links to... # https://ktbyers.github.io/netmiko/docs/netmiko/index.html for full docs -# NEED TO CONVERT OVER TO USE A WHEEL # python setup.py sdist bdist_wheel # Make sure you have rolled the version in __init__.py