Skip to content
This repository has been archived by the owner on Nov 28, 2023. It is now read-only.

Commit

Permalink
Released v2.0.0-alpha.4
Browse files Browse the repository at this point in the history
  • Loading branch information
FeeiCN committed Sep 12, 2017
1 parent ac61bd5 commit a60cd60
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@ Cobra Changelog

Here you can see the full list of changes between each Cobra release.

Version 2.0.0-alpha.4
---------------------

Released on Sep 12 2017

- 增加WebShell规则和测试用例 #571
- 支持FPC模式修复函数 #565 #559
- 其它细节优化和Bug修复

Version 2.0.0-alpha.3
---------------------

Expand Down
2 changes: 1 addition & 1 deletion cobra/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.3'
__version__ = '2.0.0-alpha.4'
__author__ = 'Feei'
__author_email__ = '[email protected]'
__license__ = 'MIT License'
Expand Down

0 comments on commit a60cd60

Please sign in to comment.