Skip to content

Commit 7ff8c8e

Browse files
committed
Upgrade version
1 parent 50fad37 commit 7ff8c8e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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.0.0"
4+
__version__ = "2.1.0"

poetry.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.0.0"
3+
version = "2.1.0"
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)