Skip to content

Commit

Permalink
Bump to 0.12.6
Browse files Browse the repository at this point in the history
  • Loading branch information
ghazi-git committed Oct 25, 2023
1 parent 323315d commit 23b430c
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.12.6] - 2023-10-25
### Added
- declare support for type checking
- add support for django 4.2
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.12.5"
__version__ = "0.12.6"
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.12.5"
current = "0.12.6"
regex = '''
(?P<major>\d+)
\.
Expand Down

0 comments on commit 23b430c

Please sign in to comment.