From c95fd2198d2218f02dac86507ea52099d721bbde Mon Sep 17 00:00:00 2001 From: jbpenrath Date: Fri, 5 Aug 2022 10:42:17 +0200 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F(howard)=20enforce=20to=20use?= =?UTF-8?q?=20at=20least=20marion=200.4.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit As marion 0.4.0 fixes an issue about use of static files, we have to enforce to use this version into howard. --- src/howard/CHANGELOG.md | 4 ++++ src/howard/setup.cfg | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/src/howard/CHANGELOG.md b/src/howard/CHANGELOG.md index 12336c6..c26057e 100644 --- a/src/howard/CHANGELOG.md +++ b/src/howard/CHANGELOG.md @@ -8,6 +8,10 @@ Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to ## [Unreleased] +### Changed + +- Enforce to use at least django-marion 0.4.0 + ## [0.2.7-howard] - 2022-01-25 ### Fixed diff --git a/src/howard/setup.cfg b/src/howard/setup.cfg index 5d43bb5..8b25dd8 100644 --- a/src/howard/setup.cfg +++ b/src/howard/setup.cfg @@ -23,7 +23,7 @@ classifiers = [options] include_package_data = True install_requires = - django-marion>=0.3.0 + django-marion>=0.4.0 packages = find: zip_safe = True