File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ if [ -d "netmiko_packaging" ]; then
6969 exit 1
7070else
7171 echo " Create virtualenv"
72- /usr/local/bin/python3.9 -m venv netmiko_packaging
72+ /usr/local/bin/python3.12 -m venv netmiko_packaging
7373 echo " Source virtualenv"
7474 source /home/ktbyers/VENV/netmiko_packaging/bin/activate
7575 which python
@@ -141,7 +141,7 @@ if [ -d "netmiko_packaging" ]; then
141141 exit 1
142142else
143143 echo " Create virtualenv"
144- /usr/local/bin/python3.9 -m venv netmiko_packaging
144+ /usr/local/bin/python3.12 -m venv netmiko_packaging
145145 echo " Source virtualenv"
146146 deactivate
147147 source /home/ktbyers/VENV/netmiko_packaging/bin/activate
Original file line number Diff line number Diff line change @@ -18,8 +18,8 @@ $ pdoc3 --html --output-dir docs netmiko --force
1818# Run ./_release.sh
1919
2020# Create a tag for the version
21- git tag -a v4.4 .0 -m "Version 4.4 .0 Release"
22- git push origin_ssh v4.4 .0
21+ git tag -a v4.5 .0 -m "Version 4.5 .0 Release"
22+ git push origin v4.5 .0
2323
2424# Make sure to run the performance tests for the new release and to update the graphs!
2525
You can’t perform that action at this time.
0 commit comments