mirror of
https://github.com/freqtrade/freqtrade.git
synced 2026-02-14 18:20:31 +00:00
chore: update api_version to 2.47
This commit is contained in:
@@ -62,7 +62,8 @@ logger = logging.getLogger(__name__)
|
||||
# 2.44: Add candle_types parameter to download-data endpoint
|
||||
# 2.45: Add price to forceexit endpoint
|
||||
# 2.46: Add prepend_data to download-data endpoint
|
||||
API_VERSION = 2.46
|
||||
# 2.47: Add Strategy parameters
|
||||
API_VERSION = 2.47
|
||||
|
||||
# Public API, requires no auth.
|
||||
router_public = APIRouter()
|
||||
|
||||
Reference in New Issue
Block a user