Skip to content

Commit 9d6822b

Browse files
authored
Merge pull request #45 from thc202/release-0.0.15
Release 0.0.15
2 parents e80999b + 2f0a6fc commit 9d6822b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ 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.15] - 2019-06-14
77
### Added
88
- Add API for Context Alert Filters add-on, version 8.
99
- Add API for WebSockets add-on, version 19.
@@ -61,7 +61,7 @@ ensure it's automatically sent in all API requests.
6161
### Changed
6262
- Moved from the main `zaproxy` repository.
6363

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
6565
[0.0.14]: https://github.com/zaproxy/zap-api-python/compare/0.0.13...0.0.14
6666
[0.0.13]: https://github.com/zaproxy/zap-api-python/compare/0.0.12...0.0.13
6767
[0.0.12]: https://github.com/zaproxy/zap-api-python/compare/0.0.11...0.0.12

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727
setup(
2828
name="python-owasp-zap-v2.4",
2929
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)",
3232
author="ZAP development team",
3333
author_email='',
3434
url="https://www.owasp.org/index.php/OWASP_Zed_Attack_Proxy_Project",

0 commit comments

Comments
 (0)