Explorar o código

Bump the API version up to match the supervisor version.

Chris McDonough %!s(int64=18) %!d(string=hai) anos
pai
achega
f8de92a94e
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/supervisor/rpcinterface.py

+ 1 - 1
src/supervisor/rpcinterface.py

@@ -23,7 +23,7 @@ RUNNING_STATES = (ProcessStates.RUNNING,
                   ProcessStates.BACKOFF,
                   ProcessStates.STARTING)
 
-API_VERSION  = '2.0'
+API_VERSION  = '3.0'
 
 class SupervisorNamespaceRPCInterface:
     def __init__(self, supervisord):