Skip to content

Commit 0100547

Browse files
authored
Merge pull request #107 from thc202/bump-version
2 parents 61dc5ff + dfd6ad7 commit 0100547

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

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.3.0] - 2024-05-09
79
### Added
810
- Add the API of the following add-on:
@@ -171,6 +173,7 @@ ensure it's automatically sent in all API requests.
171173
### Changed
172174
- Moved from the main `zaproxy` repository.
173175

176+
[Unreleased]: https://github.com/zaproxy/zap-api-python/compare/0.3.0...HEAD
174177
[0.3.0]: https://github.com/zaproxy/zap-api-python/compare/0.2.0...0.3.0
175178
[0.2.0]: https://github.com/zaproxy/zap-api-python/compare/0.1.1...0.2.0
176179
[0.1.1]: https://github.com/zaproxy/zap-api-python/compare/0.1.0...0.1.1

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.3.0"
8+
version = "0.4.0"
99
description = "ZAP API Client"
1010
readme = "README.md"
1111
authors = ["ZAP Development Team <[email protected]>"]

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.3.0'
23+
__version__ = '0.4.0'
2424

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

0 commit comments

Comments
 (0)