Skip to content

Commit d5f82a6

Browse files
committed
Bump to 0.15.0
1 parent aa503f1 commit d5f82a6

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.15.0] - 2025-06-09
810
### Added
911
- add support for python 3.13
1012
- add support for django 5.2

drf_standardized_errors/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""Standardize your API error responses."""
22

3-
__version__ = "0.14.1"
3+
__version__ = "0.15.0"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ openapi = [
6666
[tool.tbump]
6767

6868
[tool.tbump.version]
69-
current = "0.14.1"
69+
current = "0.15.0"
7070
regex = '''
7171
(?P<major>\d+)
7272
\.

0 commit comments

Comments
 (0)