We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa503f1 commit d5f82a6Copy full SHA for d5f82a6
docs/changelog.md
@@ -5,6 +5,8 @@ All notable changes to this project will be documented in this file.
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
6
7
## [UNRELEASED]
8
+
9
+## [0.15.0] - 2025-06-09
10
### Added
11
- add support for python 3.13
12
- add support for django 5.2
drf_standardized_errors/__init__.py
@@ -1,3 +1,3 @@
1
"""Standardize your API error responses."""
2
3
-__version__ = "0.14.1"
+__version__ = "0.15.0"
pyproject.toml
@@ -66,7 +66,7 @@ openapi = [
66
[tool.tbump]
67
68
[tool.tbump.version]
69
-current = "0.14.1"
+current = "0.15.0"
70
regex = '''
71
(?P<major>\d+)
72
\.
0 commit comments