Parcourir la source

Bump the API version up to match the supervisor version.

Chris McDonough il y a 18 ans
Parent
commit
f8de92a94e
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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):