Skip to content

Commit c392ba5

Browse files
committed
Bump to 0.16.0
1 parent 6227858 commit c392ba5

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

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.16.0] - 2026-04-29
810
### Added
911
- Add support for python 3.14
1012
- Add support for django 6.0
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.15.0"
3+
__version__ = "0.16.0"

pyproject.toml

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

6969
[tool.tbump.version]
70-
current = "0.15.0"
70+
current = "0.16.0"
7171
regex = '''
7272
(?P<major>\d+)
7373
\.

0 commit comments

Comments
 (0)