Merge "[cli-ref] Support DeprecationWarning for version number"

This commit is contained in:
Jenkins 2016-04-22 06:15:06 +00:00 committed by Gerrit Code Review
commit 22201b96bf

View File

@ -94,4 +94,5 @@ git branch --list $branch && git branch -D $branch
git checkout -b $branch
mv ../output/${project}.rst "doc/cli-reference/source"
version=$($project --version 2>&1)
version=${version##*\)}
git commit -a -m "[cli-ref] Update python-${project}client to ${version##* }"