Also *set* the letsencrypt-compatibility-test version number

This commit is contained in:
Peter Eckersley 2016-01-13 17:09:45 -08:00
parent a7b878b825
commit 4762ede4ea

View file

@ -80,7 +80,7 @@ git checkout "$RELEASE_BRANCH"
SetVersion() {
ver="$1"
for pkg_dir in $SUBPKGS
for pkg_dir in $SUBPKGS letsencrypt-compatibility-test
do
sed -i "s/^version.*/version = '$ver'/" $pkg_dir/setup.py
done