Skip to content
This repository has been archived by the owner on Jan 12, 2024. It is now read-only.

Commit

Permalink
⬆️(howard) enforce to use at least marion 0.4.0
Browse files Browse the repository at this point in the history
As marion 0.4.0 fixes an issue about use of static files, we have
to enforce to use this version into howard.
  • Loading branch information
jbpenrath committed Aug 5, 2022
1 parent a52b867 commit c95fd21
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions src/howard/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/howard/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit c95fd21

Please sign in to comment.