Skip to content

Commit 1c0c776

Browse files
authored
Merge pull request #49 from thc202/release-0.0.16
Release 0.0.16
2 parents 420d1dd + 069261d commit 1c0c776

File tree

3 files changed

+8
-9
lines changed

3 files changed

+8
-9
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ All notable changes to this project will be documented in this file.
33

44
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
55

6-
## [Unreleased]
6+
## [0.0.16] - 2020-01-22
77
### Added
8-
- Core APIs from ZAP version 2.8.0.
8+
- Core APIs.
99
- APIs from add-ons:
1010
- Access Control Testing;
1111
- Export Report;
@@ -76,7 +76,7 @@ ensure it's automatically sent in all API requests.
7676
### Changed
7777
- Moved from the main `zaproxy` repository.
7878

79-
[Unreleased]: https://github.com/zaproxy/zap-api-python/compare/0.0.15...HEAD
79+
[0.0.16]: https://github.com/zaproxy/zap-api-python/compare/0.0.15...0.0.16
8080
[0.0.15]: https://github.com/zaproxy/zap-api-python/compare/0.0.14...0.0.15
8181
[0.0.14]: https://github.com/zaproxy/zap-api-python/compare/0.0.13...0.0.14
8282
[0.0.13]: https://github.com/zaproxy/zap-api-python/compare/0.0.12...0.0.13

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
[![License](https://img.shields.io/badge/license-Apache%202-4EB1BA.svg)](https://www.apache.org/licenses/LICENSE-2.0.html)
55
[![Build Status](https://api.travis-ci.com/zaproxy/zap-api-python.svg?branch=master)](https://travis-ci.com/zaproxy/zap-api-python)
66

7-
The Python implementation to access the [OWASP ZAP API](https://github.com/zaproxy/zaproxy/wiki/ApiDetails). For more information
7+
The Python implementation to access the [OWASP ZAP API](https://www.zaproxy.org/docs/api/). For more information
88
about OWASP ZAP consult the (main) [OWASP ZAP project](https://github.com/zaproxy/zaproxy/).
99

1010
## How to Obtain
@@ -17,9 +17,8 @@ The latest released version can be downloaded from the [https://pypi.python.org/
1717

1818
For help using OWASP ZAP API refer to:
1919
* [Examples](https://github.com/zaproxy/zap-api-python/tree/master/src/examples) - collection of examples using the library;
20-
* [Wiki](https://github.com/zaproxy/zaproxy/wiki/ApiDetails)
20+
* [API Documentation](https://www.zaproxy.org/docs/api/)
2121
* [OWASP ZAP User Group](https://groups.google.com/group/zaproxy-users) - for asking questions;
22-
* IRC: irc.mozilla.org #websectools (eg [using Mibbit](http://chat.mibbit.com/?server=irc.mozilla.org%3A%2B6697&channel=%23websectools)) - chat with core ZAP developers (European office hours usually best)
2322

2423
## Issues
2524

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@
2727
setup(
2828
name="python-owasp-zap-v2.4",
2929
version="0.0.16",
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)",
30+
description="OWASP ZAP 2.9 API client",
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)",
3232
author="ZAP development team",
3333
author_email='',
34-
url="https://www.owasp.org/index.php/OWASP_Zed_Attack_Proxy_Project",
34+
url="https://www.zaproxy.org/",
3535
download_url="https://github.com/zaproxy/zap-api-python/releases/tag/0.0.16",
3636
platforms=['any'],
3737
license="ASL2.0",

0 commit comments

Comments
 (0)