File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 66VERSION=` cat netmiko/__init__.py | grep version | sed " s/^__version__ = \" //" `
77VERSION=` echo $VERSION | sed " s/\" $//" `
88PACKAGE=` echo ' netmiko-' $VERSION ' .tar.gz' `
9- WHL_PACKAGE=` echo ' netmiko-' $VERSION ' -py2. py3-none-any.whl' `
9+ WHL_PACKAGE=` echo ' netmiko-' $VERSION ' -py3-none-any.whl' `
1010GLOB_PACKAGE=` echo ' netmiko-' $VERSION ' *' `
1111DIR_PACKAGE=` echo ' ./dist/' $PACKAGE `
1212DIR_WHL_PACKAGE=` echo ' ./dist/' $WHL_PACKAGE `
Original file line number Diff line number Diff line change @@ -20,6 +20,6 @@ $ pdoc3 --html --output-dir docs netmiko --force
2020# Run ./_release.sh
2121
2222# Create a tag for the version
23- $ git tag -a v3.3.2 -m "Version 3.3.2 Release"
24- $ git push origin <tag_name>
23+ git tag -a v3.3.3 -m "Version 3.3.3 Release"
24+ git push origin v3.3.3
2525
You can’t perform that action at this time.
0 commit comments