mirror of
https://github.com/certbot/certbot.git
synced 2026-06-03 13:59:02 -04:00
Also *set* the letsencrypt-compatibility-test version number
This commit is contained in:
parent
a7b878b825
commit
4762ede4ea
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue