Skip to content

Commit 18bb624

Browse files
committed
Bump to 0.10.0
1 parent 97f0421 commit 18bb624

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

docs/changelog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
66

77
## [UNRELEASED]
8+
9+
## [0.10.0] - 2022-05-08
810
### Added
911

1012
- Build the documentation automatically on every commit to the main branch. The docs are

drf_standardized_errors/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
from .handler import ExceptionHandler, exception_handler
55

66
__all__ = ["exception_handler", "ExceptionHandler", "ExceptionFormatter"]
7-
__version__ = "0.9.0"
7+
__version__ = "0.10.0"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ release = [
5454
[tool.tbump]
5555

5656
[tool.tbump.version]
57-
current = "0.9.0"
57+
current = "0.10.0"
5858
regex = '''
5959
(?P<major>\d+)
6060
\.

0 commit comments

Comments
 (0)