File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,9 @@ 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]
7
+
8
+
6
9
## [ 0.0.16] - 2020-01-22
7
10
### Added
8
11
- Core APIs.
@@ -76,6 +79,7 @@ ensure it's automatically sent in all API requests.
76
79
### Changed
77
80
- Moved from the main ` zaproxy ` repository.
78
81
82
+ [ Unreleased ] : https://github.com/zaproxy/zap-api-python/compare/0.0.16...HEAD
79
83
[ 0.0.16 ] : https://github.com/zaproxy/zap-api-python/compare/0.0.15...0.0.16
80
84
[ 0.0.15 ] : https://github.com/zaproxy/zap-api-python/compare/0.0.14...0.0.15
81
85
[ 0.0.14 ] : https://github.com/zaproxy/zap-api-python/compare/0.0.13...0.0.14
Original file line number Diff line number Diff line change 26
26
)
27
27
setup (
28
28
name = "python-owasp-zap-v2.4" ,
29
- version = "0.0.16 " ,
29
+ version = "0.0.17 " ,
30
30
description = "OWASP ZAP 2.9 API client" ,
31
31
long_description = "OWASP Zed Attack Proxy 2.9 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.zaproxy.org/" ,
35
- download_url = "https://github.com/zaproxy/zap-api-python/releases/tag/0.0.16 " ,
35
+ download_url = "https://github.com/zaproxy/zap-api-python/releases/tag/0.0.17 " ,
36
36
platforms = ['any' ],
37
37
license = "ASL2.0" ,
38
38
package_dir = {
Original file line number Diff line number Diff line change 20
20
"""
21
21
22
22
__docformat__ = 'restructuredtext'
23
- __version__ = '0.0.16 '
23
+ __version__ = '0.0.17 '
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