From 8b2f8cb6e04d3008114cd0bf2aa1dc1a9914f2b1 Mon Sep 17 00:00:00 2001 From: ghazi Date: Sun, 11 Dec 2022 11:40:09 +0100 Subject: [PATCH] Bump to 0.12.4 --- docs/changelog.md | 2 ++ drf_standardized_errors/__init__.py | 2 +- pyproject.toml | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/changelog.md b/docs/changelog.md index 5786355..ada0d5a 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -5,6 +5,8 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ## [UNRELEASED] + +## [0.12.4] - 2022-12-11 ### Fixed - account for specifying the request serializer as a basic type (like `OpenApiTypes.STR`) or as a `PolymorphicProxySerializer` using `@extend_schema(request=...)` when determining error codes for validation errors. diff --git a/drf_standardized_errors/__init__.py b/drf_standardized_errors/__init__.py index fe493ac..00901a3 100644 --- a/drf_standardized_errors/__init__.py +++ b/drf_standardized_errors/__init__.py @@ -1,3 +1,3 @@ """Standardize your API error responses.""" -__version__ = "0.12.3" +__version__ = "0.12.4" diff --git a/pyproject.toml b/pyproject.toml index 038d7c0..0ce13dc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -64,7 +64,7 @@ openapi = [ [tool.tbump] [tool.tbump.version] -current = "0.12.3" +current = "0.12.4" regex = ''' (?P\d+) \.