File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed
Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,8 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) .
66
77## [ UNRELEASED]
8+
9+ ## [ 0.11.0] - 2022-06-24
810### Changed (Backward-incompatible)
911- Removed all imports from ` drf_standardized_errors.__init__.py ` . This avoids facing the ` AppRegistryNotReady ` error
1012in certain situations (fixes #7 ). This change ** only affects where functions/classes are imported from** , there are
Original file line number Diff line number Diff line change 11"""Standardize your API error responses."""
22
3- __version__ = "0.10.2 "
3+ __version__ = "0.11.0 "
Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ release = [
5959[tool .tbump ]
6060
6161[tool .tbump .version ]
62- current = " 0.10.2 "
62+ current = " 0.11.0 "
6363regex = '''
6464 (?P<major>\d+)
6565 \.
You can’t perform that action at this time.
0 commit comments