1
0
mirror of https://github.com/certbot/certbot.git synced 2026-01-24 19:22:07 +03:00

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