We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6227858 commit c392ba5Copy full SHA for c392ba5
3 files changed
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.16.0] - 2026-04-29
10
### Added
11
- Add support for python 3.14
12
- Add support for django 6.0
drf_standardized_errors/__init__.py
@@ -1,3 +1,3 @@
1
"""Standardize your API error responses."""
2
3
-__version__ = "0.15.0"
+__version__ = "0.16.0"
pyproject.toml
@@ -67,7 +67,7 @@ openapi = [
67
[tool.tbump]
68
69
[tool.tbump.version]
70
-current = "0.15.0"
+current = "0.16.0"
71
regex = '''
72
(?P<major>\d+)
73
\.
0 commit comments