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 b1777a3 commit 26d45f5Copy full SHA for 26d45f5
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.3] - 2022-11-13
10
### Added
11
- add support for python 3.11
12
drf_standardized_errors/__init__.py
@@ -1,3 +1,3 @@
1
"""Standardize your API error responses."""
2
3
-__version__ = "0.12.2"
+__version__ = "0.12.3"
pyproject.toml
@@ -64,7 +64,7 @@ openapi = [
64
[tool.tbump]
65
66
[tool.tbump.version]
67
-current = "0.12.2"
+current = "0.12.3"
68
regex = '''
69
(?P<major>\d+)
70
\.
0 commit comments