From 54f469a4c3413d3332ffd15aafca6d904471602e Mon Sep 17 00:00:00 2001 From: Frankie Dintino Date: Mon, 14 Nov 2022 00:22:53 -0500 Subject: [PATCH] v4.0.1 --- CHANGELOG.rst | 7 +++++++ nested_admin/__init__.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 1aeef8e..bcd37d4 100644 --- a/CHANGELOG.rst +++ b/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 diff --git a/nested_admin/__init__.py b/nested_admin/__init__.py index cb2f727..5cc31ce 100644 --- a/nested_admin/__init__.py +++ b/nested_admin/__init__.py @@ -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 = {