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 1cef000 commit 4f841c4Copy full SHA for 4f841c4
CHANGELOG.md
@@ -7,3 +7,9 @@
7
## [1.0.1] - 2024-04-30
8
9
- Upgrade dependencies
10
+
11
+## [1.0.2] - 2024-09-08
12
13
+- Add docstrings to handlers
14
+- Improve Makefile
15
+- Improve README
drf_simple_api_errors/__init__.py
@@ -1,4 +1,4 @@
1
from .exception_handler import exception_handler
2
3
__all__ = ("exception_handler",)
4
-__version__ = "1.0.1"
+__version__ = "1.0.2"
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "drf-simple-api-errors"
-version = "1.0.1"
+version = "1.0.2"
description = "A library for Django Rest Framework returning consistent and easy-to-parse API error messages."
5
authors = ["Gian <[email protected]>"]
6
license = "MIT"
0 commit comments