Chris McDonough il y a 17 ans
Parent
commit
0cebfb0d91
3 fichiers modifiés avec 4 ajouts et 3 suppressions
  1. 1 1
      CHANGES.txt
  2. 1 1
      setup.py
  3. 2 1
      src/supervisor/version.txt

+ 1 - 1
CHANGES.txt

@@ -1,4 +1,4 @@
-Next Release
+3.0a5
 
   - Supervisorctl now supports persistent readline history.  To
     enable, add "history_file = <pathname>" to the '[supervisorctl']

+ 1 - 1
setup.py

@@ -62,7 +62,7 @@ dist = setup(
     version = supervisor_version,
     license = 'BSD-derived (http://www.repoze.org/LICENSE.txt)',
     url = 'http://supervisord.org/',
-    download_url = 'http://supervisord.org/dist/',
+    download_url = 'http://dist.supervisord.org/',
     description = "A system for controlling process state under UNIX",
     long_description= DESC,
     classifiers = CLASSIFIERS,

+ 2 - 1
src/supervisor/version.txt

@@ -1 +1,2 @@
-3.0a4
+3.0a5
+