Skip to content

Commit

Permalink
Bump to 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ghazi-git committed May 7, 2022
1 parent 69bb66e commit d6405a2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## [UNRELEASED]

## [0.9.0] - 2022-05-07
### Added

- Common error response format for DRF-based APIs
Expand Down
2 changes: 1 addition & 1 deletion drf_standardized_errors/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
from .handler import ExceptionHandler, exception_handler

__all__ = ["exception_handler", "ExceptionHandler", "ExceptionFormatter"]
__version__ = "0.8.0"
__version__ = "0.9.0"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ release = [
[tool.tbump]

[tool.tbump.version]
current = "0.8.0"
current = "0.9.0"
regex = '''
(?P<major>\d+)
\.
Expand Down

0 comments on commit d6405a2

Please sign in to comment.