Skip to content

Commit c506863

Browse files
committed
Minor release doc updates
1 parent bc3650a commit c506863

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

_release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ echo
124124
### FIX: NEED TO ADD
125125
twine upload $DIR_PACKAGE $DIR_WHL_PACKAGE
126126

127-
127+
echo "Sleeping 90 seconds..."
128128
sleep 90
129129
echo
130130
echo "Test clean install from pypi"

release_process.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ $ pdoc3 --html --output-dir docs netmiko --force
1818
# Run ./_release.sh
1919

2020
# Create a tag for the version
21-
git tag -a v4.2.0 -m "Version 4.2.0 Release"
21+
git tag -a v4.3.0 -m "Version 4.3.0 Release"
2222
git push origin_ssh v4.2.0
2323

2424
# Make sure to run the performance tests for the new release and to update the graphs!

0 commit comments

Comments
 (0)