Skip to content

Commit

Permalink
Prepare release 0.7.5
Browse files Browse the repository at this point in the history
  • Loading branch information
jieter committed Aug 3, 2023
1 parent 9e2ceb7 commit b786bcf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
django-modeltrans change log
============================

## 0.7.5 (2023-08-03)
- Fix crash with `limit_choices_to` (#100) fixes: #94

## 0.7.4 (2023-04-03)
- Add support for Django 4.2

Expand Down
2 changes: 1 addition & 1 deletion modeltrans/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
default_app_config = "modeltrans.apps.RegistrationConfig"

__version__ = "0.7.4"
__version__ = "0.7.5"

0 comments on commit b786bcf

Please sign in to comment.