Skip to content

Commit 3d1494b

Browse files
committed
Bump to 0.14.1
1 parent 3fdd421 commit 3d1494b

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

docs/changelog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
66

77
## [UNRELEASED]
8+
9+
## [0.14.1] - 2024-08-10
810
### Fixed
911
- stop ignoring exceptions with detail as an empty string when returning api errors.
1012
- declare support for django 5.1
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""Standardize your API error responses."""
22

3-
__version__ = "0.14.0"
3+
__version__ = "0.14.1"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ openapi = [
6565
[tool.tbump]
6666

6767
[tool.tbump.version]
68-
current = "0.14.0"
68+
current = "0.14.1"
6969
regex = '''
7070
(?P<major>\d+)
7171
\.

0 commit comments

Comments
 (0)