Skip to content

Commit

Permalink
Bump to 0.14.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ghazi-git committed Aug 10, 2024
1 parent 3fdd421 commit 3d1494b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## [UNRELEASED]

## [0.14.1] - 2024-08-10
### Fixed
- stop ignoring exceptions with detail as an empty string when returning api errors.
- declare support for django 5.1
Expand Down
2 changes: 1 addition & 1 deletion drf_standardized_errors/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""Standardize your API error responses."""

__version__ = "0.14.0"
__version__ = "0.14.1"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ openapi = [
[tool.tbump]

[tool.tbump.version]
current = "0.14.0"
current = "0.14.1"
regex = '''
(?P<major>\d+)
\.
Expand Down

0 comments on commit 3d1494b

Please sign in to comment.