Skip to content
Snippets Groups Projects
Commit 384c21de authored by Kirk Byers's avatar Kirk Byers
Browse files

Updating release script

parent ac6e9448
Branches
Tags v2.3.3
No related merge requests found
......@@ -3,8 +3,8 @@
cd /home/gituser/netmiko/
echo
VERSION=`cat netmiko/__init__.py | grep version | sed "s/^__version__ = '//"`
VERSION=`echo $VERSION | sed "s/'$//"`
VERSION=`cat netmiko/__init__.py | grep version | sed "s/^__version__ = \"//"`
VERSION=`echo $VERSION | sed "s/\"$//"`
PACKAGE=`echo 'netmiko-'$VERSION'.tar.gz'`
DIR_PACKAGE=`echo './dist/'$PACKAGE`
echo -n "New Version is: "
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment