Skip to content

Commit cb41de4

Browse files
committed
Set version to 2.1.1
1 parent 37dcb63 commit cb41de4

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## [2.1.1] - 2025-10-12
4+
5+
Changes:
6+
7+
- Fixed a bug where custom extra handler strings in settings could not be properly resolved, imported, or called.
8+
39
## [2.1.0] - 2025-08-17
410

511
Changes:

drf_simple_api_errors/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
from .exception_handler import exception_handler
22

33
__all__ = ("exception_handler",)
4-
__version__ = "2.1.0"
4+
__version__ = "2.1.1"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "drf-simple-api-errors"
3-
version = "2.1.0"
3+
version = "2.1.1"
44
description = "A library for Django Rest Framework returning consistent and easy-to-parse API error messages."
55
authors = ["Gian <[email protected]>"]
66
license = "MIT"

0 commit comments

Comments
 (0)