Skip to content

Commit 845f152

Browse files
authored
Merge pull request #158 from thc202/bump-version
2 parents 932e02f + 653d73c commit 845f152

3 files changed

Lines changed: 5 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ 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]
7+
68
## [0.5.0] - 2025-12-15
79
### Added
810
- Add the APIs of the following add-ons:
@@ -201,6 +203,7 @@ ensure it's automatically sent in all API requests.
201203
### Changed
202204
- Moved from the main `zaproxy` repository.
203205

206+
[Unreleased]: https://github.com/zaproxy/zap-api-python/compare/0.5.0...HEAD
204207
[0.5.0]: https://github.com/zaproxy/zap-api-python/compare/0.4.0...0.5.0
205208
[0.4.0]: https://github.com/zaproxy/zap-api-python/compare/0.3.2...0.4.0
206209
[0.3.2]: https://github.com/zaproxy/zap-api-python/compare/0.3.1...0.3.2

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "poetry.core.masonry.api"
55
[tool.poetry]
66
name = "zaproxy"
77
# Ensure __version__ in src/zapv2/__init__.py matches.
8-
version = "0.5.0"
8+
version = "0.6.0"
99
description = "ZAP API Client"
1010
readme = "README.md"
1111
authors = ["ZAP Development Team <zaproxy-develop@googlegroups.com>"]

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.5.0'
23+
__version__ = '0.6.0'
2424

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

0 commit comments

Comments
 (0)