Version bump apiVersion

This commit is contained in:
Matthias 2022-09-13 22:07:59 +02:00
parent 46a425d1b6
commit 7a98775f01
1 changed files with 2 additions and 1 deletions

View File

@ -38,7 +38,8 @@ logger = logging.getLogger(__name__)
# 2.15: Add backtest history endpoints
# 2.16: Additional daily metrics
# 2.17: Forceentry - leverage, partial force_exit
API_VERSION = 2.17
# 2.20: Add websocket endpoints
API_VERSION = 2.20
# Public API, requires no auth.
router_public = APIRouter()