Add get-latest-release command so we can dynamically get the previous versions to test upgrades and downgrades for

This commit is contained in:
MKLeb 2023-06-15 17:43:16 -04:00 committed by Pedro Algarvio
parent 990c95c48e
commit 924885d4c2

View file

@ -13,6 +13,7 @@ import sys
import time
from typing import TYPE_CHECKING, Any
import requests
from ptscripts import Context, command_group
import tools.utils