Skip to content

Commit

Permalink
0.1.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
efe committed Oct 17, 2019
1 parent 42bf187 commit 567f106
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,16 @@
# Change Log

## [0.1.2] - 2019-10-17

- Fix [bulk exceptions](https://github.com/Hipo/hipo-drf-exceptions/issues/9).

[0.1.2]: https://pypi.org/project/hipo-drf-exceptions/0.1.2/

## [0.1.1] - 2019-09-05

- Fix fallback message of [nested exceptions](https://github.com/Hipo/hipo-drf-exceptions/issues/4).

[0.1.0]: https://pypi.org/project/hipo-drf-exceptions/0.1.1/
[0.1.1]: https://pypi.org/project/hipo-drf-exceptions/0.1.1/


## [0.1.0] - 2019-07-03
Expand Down
2 changes: 1 addition & 1 deletion hipo_drf_exceptions/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '0.1.0'
__version__ = '0.1.2'

from hipo_drf_exceptions.handlers import handler
from hipo_drf_exceptions.exceptions import BaseAPIException
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 = "hipo-drf-exceptions"
version = "0.1.1"
version = "0.1.2"
description = "A Django app for returning consistent, verbose and easy to parse error messages on Django Rest Framework backends."
authors = ["Hipo <pypi@hipolabs.com>"]
license = "Apache-2.0"
Expand Down

0 comments on commit 567f106

Please sign in to comment.