Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Drop Django constraint and let Wagtail dictate it
  • Loading branch information
kevinhowbrook committed Jun 24, 2022
commit b432a05810549a26565dce946d4c9e89e5f5dcf8
3 changes: 1 addition & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = wagtail-footnotes
author = Cameron Lamb
author_email = [email protected]
description = Add footnotes to rich text in your Wagtail pages
version = 0.8.0
version = 0.8.1
url = https://github.com/torchbox/wagtail-footnotes
keywords =
wagtail
Expand All @@ -21,5 +21,4 @@ setup_requires =
include_package_data = true
packages = find:
install_requires =
Django>=3.2, <4.0
wagtail>=2.15, <4.0