Jelajahi Sumber

Bump the API version up to match the supervisor version.

Chris McDonough 18 tahun lalu
induk
melakukan
f8de92a94e
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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):