From ce647c284e6c7fa2efbd02721372987552d6ba02 Mon Sep 17 00:00:00 2001 From: Seb Brown Date: Fri, 10 May 2024 16:17:10 +1000 Subject: [PATCH] Updated changelog + minimum wagtail version --- CHANGELOG.mkd | 5 +++++ setup.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.mkd b/CHANGELOG.mkd index 5455081..d1f57cc 100644 --- a/CHANGELOG.mkd +++ b/CHANGELOG.mkd @@ -1,3 +1,8 @@ +# 2.0.0 + +- Added external modeladmin package as a requirement to replace contribu module +- Upped minimum WT to 5.2 because of modeladmin requirement + # 1.2.0 - Upped minimum WT version to 4.1 diff --git a/setup.py b/setup.py index c67af75..c8ea060 100755 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ setup( author="Neon Jungle", author_email="developers@neonjungle.studio", install_requires=[ - "wagtail>=4.1", + "wagtail>=5.2", "wagtail-modeladmin", "django-mjml", ],