Skip to content

Commit

Permalink
Release 2 4 0 (#1272)
Browse files Browse the repository at this point in the history
  • Loading branch information
ktbyers committed Jul 7, 2019
1 parent 7f151e3 commit 273ad8f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
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.3.3"
__version__ = "2.4.0"
__all__ = (
"ConnectHandler",
"ssh_dispatcher",
Expand Down
1 change: 0 additions & 1 deletion release_process.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 273ad8f

Please sign in to comment.