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 cccda0f commit e4f20b6Copy full SHA for e4f20b6
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.14.0] - 2024-06-19
10
### Added
11
- declare support for DRF 3.15
12
drf_standardized_errors/__init__.py
@@ -1,3 +1,3 @@
1
"""Standardize your API error responses."""
2
3
-__version__ = "0.13.0"
+__version__ = "0.14.0"
pyproject.toml
@@ -65,7 +65,7 @@ openapi = [
65
[tool.tbump]
66
67
[tool.tbump.version]
68
-current = "0.13.0"
+current = "0.14.0"
69
regex = '''
70
(?P<major>\d+)
71
\.
0 commit comments