File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 25
25
)
26
26
setup (
27
27
name = "python-owasp-zap-v2.4" ,
28
- version = "0.0.13 " ,
29
- description = "OWASP ZAP 2.6 API client" ,
30
- long_description = "OWASP Zed Attack Proxy 2.6 API python client (the 2.4 package name has been kept to make it easier to upgrade)" ,
28
+ version = "0.0.14 " ,
29
+ description = "OWASP ZAP 2.7 API client" ,
30
+ 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)" ,
31
31
author = "ZAP development team" ,
32
32
author_email = '' ,
33
33
url = "https://www.owasp.org/index.php/OWASP_Zed_Attack_Proxy_Project" ,
34
- download_url = "https://github.com/zaproxy/zap-api-python/releases/tag/0.0.13 " ,
34
+ download_url = "https://github.com/zaproxy/zap-api-python/releases/tag/0.0.14 " ,
35
35
platforms = ['any' ],
36
36
license = "ASL2.0" ,
37
37
package_dir = {
Original file line number Diff line number Diff line change 20
20
"""
21
21
22
22
__docformat__ = 'restructuredtext'
23
- __version__ = '0.0.13 '
23
+ __version__ = '0.0.14 '
24
24
25
25
import requests
26
26
from requests .packages .urllib3 .exceptions import InsecureRequestWarning
You can’t perform that action at this time.
0 commit comments