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 323315d commit 23b430cCopy full SHA for 23b430c
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.12.6] - 2023-10-25
10
### Added
11
- declare support for type checking
12
- add support for django 4.2
drf_standardized_errors/__init__.py
@@ -1,3 +1,3 @@
1
"""Standardize your API error responses."""
2
3
-__version__ = "0.12.5"
+__version__ = "0.12.6"
pyproject.toml
@@ -65,7 +65,7 @@ openapi = [
65
[tool.tbump]
66
67
[tool.tbump.version]
68
-current = "0.12.5"
+current = "0.12.6"
69
regex = '''
70
(?P<major>\d+)
71
\.
0 commit comments