mirror of
https://github.com/certbot/certbot.git
synced 2026-08-02 19:31:51 +02:00
Also *set* the letsencrypt-compatibility-test version number
This commit is contained in:
+1
-1
@@ -80,7 +80,7 @@ git checkout "$RELEASE_BRANCH"
|
|||||||
|
|
||||||
SetVersion() {
|
SetVersion() {
|
||||||
ver="$1"
|
ver="$1"
|
||||||
for pkg_dir in $SUBPKGS
|
for pkg_dir in $SUBPKGS letsencrypt-compatibility-test
|
||||||
do
|
do
|
||||||
sed -i "s/^version.*/version = '$ver'/" $pkg_dir/setup.py
|
sed -i "s/^version.*/version = '$ver'/" $pkg_dir/setup.py
|
||||||
done
|
done
|
||||||
|
|||||||
Reference in New Issue
Block a user