-
Notifications
You must be signed in to change notification settings - Fork 201
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
24 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
from fabric.state import env | ||
|
||
env.PYPI_INDEX = 'http://pypi.doubanio.com/simple/' | ||
VERSION = '0.0.6' | ||
VERSION = '0.0.7' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,12 @@ | ||
## 版本记录 | ||
|
||
* 0.0.6 增加打包wheel包的逻辑;修复pip版本大于10时判断bug;支持自定义虚拟环境初始化命令; | ||
* 0.0.4 优化supervisor启动命令,增加启动失败重试机制; | ||
* 0.0.7 | ||
- 去掉遗留的print用法; | ||
- 增加deploy函数前后hooks; | ||
* 0.0.6 | ||
- 增加打包wheel包的逻辑; | ||
- 修复pip版本大于10时判断bug; | ||
- 支持自定义虚拟环境初始化命令; | ||
* 0.0.4 | ||
- 优化supervisor启动命令; | ||
- 增加启动失败重试机制; |