Skip to content

Commit

Permalink
5.7.6
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
actions-user authored and github-actions committed Aug 12, 2022
1 parent a212c2f commit a54d040
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

<!--next-version-placeholder-->

## v5.7.6 (2022-08-12)
### Fix
* Fix BaseModelSerializer related field injectig serializer kwargs in wrong class ([`a212c2f`](https://github.com/lotrekagency/camomilla/commit/a212c2fa5fd611fb63899a05026a78ff5f3d4d02))

## v5.7.5 (2022-08-11)
### Fix
* Explicit default_auto_field in app config to prevent unwanted migrations ([`ec33de8`](https://github.com/lotrekagency/camomilla/commit/ec33de87be8f7fc7fc466070e8fe20b7e75ef438))
Expand Down
2 changes: 1 addition & 1 deletion camomilla/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "5.7.5"
__version__ = "5.7.6"


def get_core_apps():
Expand Down
2 changes: 1 addition & 1 deletion camomilla/theme/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "5.7.5"
__version__ = "5.7.6"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from setuptools import setup

__version__ = "5.7.5"
__version__ = "5.7.6"

setup(version=__version__)

0 comments on commit a54d040

Please sign in to comment.