Skip to content

Commit

Permalink
Release v1.0.2 (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
gripep authored Sep 8, 2024
1 parent 1cef000 commit 4f841c4
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,9 @@
## [1.0.1] - 2024-04-30

- Upgrade dependencies

## [1.0.2] - 2024-09-08

- Add docstrings to handlers
- Improve Makefile
- Improve README
2 changes: 1 addition & 1 deletion drf_simple_api_errors/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from .exception_handler import exception_handler

__all__ = ("exception_handler",)
__version__ = "1.0.1"
__version__ = "1.0.2"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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."
authors = ["Gian <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 4f841c4

Please sign in to comment.