Skip to content

Commit 1bac4a6

Browse files
committed
Bump to 0.10.2
1 parent b7f5f9c commit 1bac4a6

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.2] - 2022-05-08
810
### Fixed
911
- disable tag creation by the "create GitHub release" action since it is already created by tbump
1012

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.10.1"
7+
__version__ = "0.10.2"

pyproject.toml

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

6161
[tool.tbump.version]
62-
current = "0.10.1"
62+
current = "0.10.2"
6363
regex = '''
6464
(?P<major>\d+)
6565
\.

0 commit comments

Comments
 (0)