Skip to content

Commit

Permalink
Merge pull request #115 from thc202/bump-version
Browse files Browse the repository at this point in the history
Prepare next dev iteration
  • Loading branch information
kingthorin authored Jun 4, 2024
2 parents a779d75 + db47ab7 commit 5e113b6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ All notable changes to this project will be documented in this file.

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

## [Unreleased]

## [0.3.2] - 2024-06-04
### Fixed
- Return the whole response from `stats.stats`.
Expand Down Expand Up @@ -179,6 +181,7 @@ ensure it's automatically sent in all API requests.
### Changed
- Moved from the main `zaproxy` repository.

[Unreleased]: https://github.com/zaproxy/zap-api-python/compare/0.3.2...HEAD
[0.3.2]: https://github.com/zaproxy/zap-api-python/compare/0.3.1...0.3.2
[0.3.1]: https://github.com/zaproxy/zap-api-python/compare/0.3.0...0.3.1
[0.3.0]: https://github.com/zaproxy/zap-api-python/compare/0.2.0...0.3.0
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build-backend = "poetry.core.masonry.api"
[tool.poetry]
name = "zaproxy"
# Ensure __version__ in src/zapv2/__init__.py matches.
version = "0.3.2"
version = "0.4.0"
description = "ZAP API Client"
readme = "README.md"
authors = ["ZAP Development Team <[email protected]>"]
Expand Down
2 changes: 1 addition & 1 deletion src/zapv2/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"""

__docformat__ = 'restructuredtext'
__version__ = '0.3.2'
__version__ = '0.4.0'

import requests
from requests.packages.urllib3.exceptions import InsecureRequestWarning
Expand Down

0 comments on commit 5e113b6

Please sign in to comment.