Skip to content

Commit

Permalink
v4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fdintino committed Nov 14, 2022
1 parent 51b34d8 commit 54f469a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.rst
@@ -1,6 +1,13 @@
Changelog
=========

**4.0.1 (Nov 14, 2022)**

* Fixed: ``max_num`` now works as expected on models with self-nested models.
Fixes `#230`_.

.. _#230: https://github.com/theatlantic/django-nested-admin/issues/230

**4.0.0 (Oct 14, 2022)**

* Officially support Django 4.1
Expand Down
2 changes: 1 addition & 1 deletion nested_admin/__init__.py
Expand Up @@ -14,7 +14,7 @@
import django.forms.formsets
import monkeybiz

__version__ = "4.0.0"
__version__ = "4.0.1"

# import mapping to objects in other modules
all_by_module = {
Expand Down

0 comments on commit 54f469a

Please sign in to comment.