浏览代码

Let's call this b1.

Chris McDonough 19 年之前
父节点
当前提交
1f89ae9160
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      CHANGES.txt
  2. 1 1
      setup.py

+ 1 - 1
CHANGES.txt

@@ -1,4 +1,4 @@
-2.1
+2.1b1
 
   - "supervisord -h" and "supervisorctl -h" did not work (traceback
     instead of showing help view (thanks to Damjan from Macedonia for

+ 1 - 1
setup.py

@@ -32,7 +32,7 @@ CLASSIFIERS = [
 
 dist = setup(
     name = 'supervisor',
-    version = "2.1",
+    version = "2.1b1",
     license = 'ZPL/BSD (see LICENSES.txt)',
     url = 'http://www.plope.com/software',
     description = "A system for controlling process state under UNIX",