File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ All notable changes to this project will be documented in this file.
3
3
4
4
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ ) .
5
5
6
- ## [ Unreleased ]
6
+ ## [ 0.0.15 ] - 2019-06-14
7
7
### Added
8
8
- Add API for Context Alert Filters add-on, version 8.
9
9
- Add API for WebSockets add-on, version 19.
@@ -61,7 +61,7 @@ ensure it's automatically sent in all API requests.
61
61
### Changed
62
62
- Moved from the main ` zaproxy ` repository.
63
63
64
- [ Unreleased ] : https://github.com/zaproxy/zap-api-python/compare/0.0.14...HEAD
64
+ [ 0.0.15 ] : https://github.com/zaproxy/zap-api-python/compare/0.0.14...0.0.15
65
65
[ 0.0.14 ] : https://github.com/zaproxy/zap-api-python/compare/0.0.13...0.0.14
66
66
[ 0.0.13 ] : https://github.com/zaproxy/zap-api-python/compare/0.0.12...0.0.13
67
67
[ 0.0.12 ] : https://github.com/zaproxy/zap-api-python/compare/0.0.11...0.0.12
Original file line number Diff line number Diff line change 27
27
setup (
28
28
name = "python-owasp-zap-v2.4" ,
29
29
version = "0.0.15" ,
30
- description = "OWASP ZAP 2.7 API client" ,
31
- long_description = "OWASP Zed Attack Proxy 2.7 API python client (the 2.4 package name has been kept to make it easier to upgrade)" ,
30
+ description = "OWASP ZAP 2.8 API client" ,
31
+ long_description = "OWASP Zed Attack Proxy 2.8 API python client (the 2.4 package name has been kept to make it easier to upgrade)" ,
32
32
author = "ZAP development team" ,
33
33
author_email = '' ,
34
34
url = "https://www.owasp.org/index.php/OWASP_Zed_Attack_Proxy_Project" ,
You can’t perform that action at this time.
0 commit comments