Skip to content

Commit 2329f40

Browse files
authored
Merge pull request #25 from thc202/update-desc
Update descriptions for ZAP 2.7.0
2 parents c3645b9 + 30a774e commit 2329f40

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

setup.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@
2525
)
2626
setup(
2727
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)",
3131
author="ZAP development team",
3232
author_email='',
3333
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",
3535
platforms=['any'],
3636
license="ASL2.0",
3737
package_dir={

src/zapv2/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"""
2121

2222
__docformat__ = 'restructuredtext'
23-
__version__ = '0.0.13'
23+
__version__ = '0.0.14'
2424

2525
import requests
2626
from requests.packages.urllib3.exceptions import InsecureRequestWarning

0 commit comments

Comments
 (0)