Skip to content

Commit

Permalink
5.7.3
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
actions-user committed May 16, 2022
1 parent 2cfdaca commit 1778300
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

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

## v5.7.3 (2022-05-16)
### Fix
* Fix Arrayfield import ([`2cfdaca`](https://github.com/lotrekagency/camomilla/commit/2cfdacacb63d59cea79ae59f0c3d9839efe56088))
* Fix jsonfield imports ([`be4b566`](https://github.com/lotrekagency/camomilla/commit/be4b56622df269ee5d200dc5666536b39e7fe0cc))

## v5.7.2 (2022-05-13)
### Fix
* Fix get page to work with new hvad ([`2cd8b89`](https://github.com/lotrekagency/camomilla/commit/2cd8b8948df44fd82c214835770e92b10a3f5512))
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.2"
__version__ = "5.7.3"


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.2"
__version__ = "5.7.3"
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.2"
__version__ = "5.7.3"

setup(version=__version__)

0 comments on commit 1778300

Please sign in to comment.