Explorar o código

the next one is 2.3, not 2.2

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

+ 1 - 1
src/supervisor/xmlrpc.py

@@ -190,7 +190,7 @@ class SupervisorNamespaceRPCInterface:
         self._update('getProtocolVersion')
         return RPC_VERSION
 
-    getVersion = getProtocolVersion # b/w compatibility with releases before 2.2
+    getVersion = getProtocolVersion # b/w compatibility with releases before 2.3
 
     def getSupervisorVersion(self):
         """ Return the version of the supervisor package in use by supervisord