Skip to content

Commit

Permalink
2.0.4
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 Oct 17, 2022
1 parent 2059deb commit 17ad4b0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
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-->

## v2.0.4 (2022-10-17)
### Fix
* Fixed recursion errors for models with bads str functions ([`2059deb`](https://github.com/lotrekagency/django-hvad/commit/2059debc85e194b53835b4e1d2ec57b3aabaff1c))

## v2.0.3 (2022-10-06)
### Fix
* Fix some django 4.1 compability issues ([`11ef233`](https://github.com/lotrekagency/django-hvad/commit/11ef23387573f5af5bf8631c5722aa2c9451246a))
Expand Down
2 changes: 1 addition & 1 deletion hvad/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = '2.0.3'
__version__ = '2.0.4'
VERSION = tuple(int(d) for d in __version__.split("."))

0 comments on commit 17ad4b0

Please sign in to comment.