Skip to content

Commit 4f841c4

Browse files
authored
Release v1.0.2 (#4)
1 parent 1cef000 commit 4f841c4

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
@@ -7,3 +7,9 @@
77
## [1.0.1] - 2024-04-30
88

99
- 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

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__ = "1.0.1"
4+
__version__ = "1.0.2"

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 = "1.0.1"
3+
version = "1.0.2"
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)