Skip to content

Commit

Permalink
Release 3.2.2 (#1981)
Browse files Browse the repository at this point in the history
  • Loading branch information
ktbyers authored Oct 1, 2020
1 parent d95d40f commit e2b0bc6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion netmiko/aruba/aruba_ssh.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
"""Aruba OS support"""
"""
Aruba OS support.
For use with Aruba OS Controllers.
"""
import time
import re
from netmiko.cisco_base_connection import CiscoSSHConnection
Expand Down
4 changes: 2 additions & 2 deletions requirements-genie.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
pyats==20.8
genie==20.8
pyats==20.9
genie==20.9

0 comments on commit e2b0bc6

Please sign in to comment.