Skip to content

Commit c457c29

Browse files
committed
Roll version
1 parent d26e3bc commit c457c29

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

netmiko/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import sys
22

3-
__version__ = "4.4.0"
3+
__version__ = "4.5.0"
44
PY_MAJ_VER = 3
55
PY_MIN_VER = 8
66
MIN_PYTHON_VER = "3.8"

release_process.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
# Use pydev2 machine
2+
# Use pydev3 machine
33
# Use virtual environment = .venv
44

55
# Run the following command to update docs:

0 commit comments

Comments
 (0)