Bump api version to 2.32
This commit is contained in:
@@ -50,7 +50,8 @@ logger = logging.getLogger(__name__)
|
|||||||
# 2.29: Add /exchanges endpoint
|
# 2.29: Add /exchanges endpoint
|
||||||
# 2.30: new /pairlists endpoint
|
# 2.30: new /pairlists endpoint
|
||||||
# 2.31: new /backtest/history/ delete endpoint
|
# 2.31: new /backtest/history/ delete endpoint
|
||||||
API_VERSION = 2.31
|
# 2.32: new /backtest/history/ patch endpoint
|
||||||
|
API_VERSION = 2.32
|
||||||
|
|
||||||
# Public API, requires no auth.
|
# Public API, requires no auth.
|
||||||
router_public = APIRouter()
|
router_public = APIRouter()
|
||||||
|
|||||||
Reference in New Issue
Block a user