Skip to content

Commit 174259f

Browse files
committed
Release housekeeping
1 parent 7ef6eff commit 174259f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

_release.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ if [ -d "netmiko_packaging" ]; then
6969
exit 1
7070
else
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
142142
else
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

release_process.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)