feat: increment api_version

This commit is contained in:
Matthias
2024-11-03 13:42:53 +01:00
parent 832fa88f08
commit 3ba3d7ffcf

View File

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