feat: increment api_version
This commit is contained in:
@@ -83,7 +83,8 @@ logger = logging.getLogger(__name__)
|
|||||||
# 2.34: new entries/exits/mix_tags endpoints
|
# 2.34: new entries/exits/mix_tags endpoints
|
||||||
# 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
|
||||||
API_VERSION = 2.40
|
# 2.41: Add download-data endpoint
|
||||||
|
API_VERSION = 2.41
|
||||||
|
|
||||||
# Public API, requires no auth.
|
# Public API, requires no auth.
|
||||||
router_public = APIRouter()
|
router_public = APIRouter()
|
||||||
|
|||||||
Reference in New Issue
Block a user