We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b1fad5 commit be94094Copy full SHA for be94094
setup.cfg
@@ -3,7 +3,7 @@ name = wagtail-footnotes
3
author = Cameron Lamb
4
author_email = [email protected]
5
description = Add footnotes to rich text in your wagtail pages
6
-version = 0.4.0
+version = 0.4.1
7
url = https://github.com/torchbox/wagtail-footnotes
8
keywords =
9
wagtail
@@ -22,4 +22,4 @@ include_package_data = true
22
packages = find:
23
install_requires =
24
Django>=2.2, <3.2
25
- wagtail>=2.5, <2.11
+ wagtail>=2.5, <2.12
0 commit comments