Properly increment the api version

This commit is contained in:
Matthias 2022-08-07 10:13:22 +02:00
parent 6ded2d5b7c
commit 0b2104fc7a

View File

@ -37,7 +37,7 @@ logger = logging.getLogger(__name__)
# 2.14: Add entry/exit orders to trade response # 2.14: Add entry/exit orders to trade response
# 2.15: Add backtest history endpoints # 2.15: Add backtest history endpoints
# 2.16: Additional daily metrics # 2.16: Additional daily metrics
# 2.16: Forceentry - leverage, partial force_exit # 2.17: Forceentry - leverage, partial force_exit
API_VERSION = 2.17 API_VERSION = 2.17
# Public API, requires no auth. # Public API, requires no auth.