We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d26e3bc commit c457c29Copy full SHA for c457c29
netmiko/__init__.py
@@ -1,6 +1,6 @@
1
import sys
2
3
-__version__ = "4.4.0"
+__version__ = "4.5.0"
4
PY_MAJ_VER = 3
5
PY_MIN_VER = 8
6
MIN_PYTHON_VER = "3.8"
release_process.txt
@@ -1,5 +1,5 @@
-# Use pydev2 machine
+# Use pydev3 machine
# Use virtual environment = .venv
# Run the following command to update docs:
0 commit comments