From 2d979c5e7f8b54df88b0e4c79bbd414e097ef43e Mon Sep 17 00:00:00 2001 From: Feei Date: Wed, 6 Sep 2017 16:25:58 +0800 Subject: [PATCH] Released v2.0.0-alpha.2 --- CHANGES.md | 28 ++++++++++++++++++++++++++++ cobra/__version__.py | 2 +- cobra/scheduler/__init__.py | 0 3 files changed, 29 insertions(+), 1 deletion(-) create mode 100644 CHANGES.md delete mode 100644 cobra/scheduler/__init__.py diff --git a/CHANGES.md b/CHANGES.md new file mode 100644 index 00000000..ba8708f5 --- /dev/null +++ b/CHANGES.md @@ -0,0 +1,28 @@ +Cobra Changelog +=============== + +Here you can see the full list of changes between each Cobra release. + +Version 2.0.0-alpha.2 +--------------------- + +Released on Sep 06 2017 + +- 修复上传非支持的后缀提示 +- 修复VirtualEnv环境下无法执行 +- 修复grep/find路径位置变动 +- 优化日志等级 +- 优化Docker下路径错误 +- 优化耗时计算 +- 其它细节优化和Bug修复 + +Version 2.0.0-alpha.1 +--------------------- + +Released on Sep 05 2017 + +内测正式版本 + +- 简化安装和使用成本 +- 增加CLI模式 +- 开源扫描规则 \ No newline at end of file diff --git a/cobra/__version__.py b/cobra/__version__.py index 1df6f919..a5a44fb7 100644 --- a/cobra/__version__.py +++ b/cobra/__version__.py @@ -7,7 +7,7 @@ __issue_page__ = 'https://github.com/wufeifei/cobra/issues/new' __python_version__ = sys.version.split()[0] __platform__ = platform.platform() -__version__ = '2.0.0-alpha' +__version__ = '2.0.0-alpha.2' __author__ = 'Feei' __author_email__ = 'feei@feei.cn' __license__ = 'MIT License' diff --git a/cobra/scheduler/__init__.py b/cobra/scheduler/__init__.py deleted file mode 100644 index e69de29b..00000000