Bump api version

This commit is contained in:
Matthias
2023-06-03 09:20:36 +02:00
parent 74254bb893
commit 72f4e1475c
+2 -1
View File
@@ -47,7 +47,8 @@ logger = logging.getLogger(__name__)
# 2.26: increase /balance output # 2.26: increase /balance output
# 2.27: Add /trades/<id>/reload endpoint # 2.27: Add /trades/<id>/reload endpoint
# 2.28: Switch reload endpoint to Post # 2.28: Switch reload endpoint to Post
API_VERSION = 2.28 # 2.29: Add /exchanges endpoint
API_VERSION = 2.29
# Public API, requires no auth. # Public API, requires no auth.
router_public = APIRouter() router_public = APIRouter()