diff --git a/_release.sh b/_release.sh index 11f531dc3..034ddb22c 100755 --- a/_release.sh +++ b/_release.sh @@ -124,7 +124,7 @@ echo ### FIX: NEED TO ADD twine upload $DIR_PACKAGE $DIR_WHL_PACKAGE - +echo "Sleeping 90 seconds..." sleep 90 echo echo "Test clean install from pypi" diff --git a/release_process.txt b/release_process.txt index fca57d72f..a09178089 100644 --- a/release_process.txt +++ b/release_process.txt @@ -18,7 +18,7 @@ $ pdoc3 --html --output-dir docs netmiko --force # Run ./_release.sh # Create a tag for the version -git tag -a v4.2.0 -m "Version 4.2.0 Release" +git tag -a v4.3.0 -m "Version 4.3.0 Release" git push origin_ssh v4.2.0 # Make sure to run the performance tests for the new release and to update the graphs!