chore: increment api_version

This commit is contained in:
Matthias
2025-02-01 17:39:40 +01:00
parent ae42f8d512
commit fda7b0f1ef

View File

@@ -83,7 +83,8 @@ logger = logging.getLogger(__name__)
# 2.35: pair_candles and pair_history endpoints as Post variant # 2.35: pair_candles and pair_history endpoints as Post variant
# 2.40: Add hyperopt-loss endpoint # 2.40: Add hyperopt-loss endpoint
# 2.41: Add download-data endpoint # 2.41: Add download-data endpoint
API_VERSION = 2.41 # 2.42: Add /pair_history endpoint with live data
API_VERSION = 2.42
# Public API, requires no auth. # Public API, requires no auth.
router_public = APIRouter() router_public = APIRouter()