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 acc5fd6 commit 2569b4bCopy full SHA for 2569b4b
CHANGELOG.md
@@ -2,6 +2,11 @@
2
3
## Unreleased
4
5
+## 0.13.0
6
+
7
+- Made the footnotes orderable (https://github.com/torchbox/wagtail-footnotes/pull/74) @willbarton
8
+- Fixed a typo in source strings (https://github.com/torchbox/wagtail-footnotes/pull/76) @jsma
9
10
## 0.12.0
11
12
- Added support for Wagtail 6.2 (https://github.com/torchbox/wagtail-footnotes/pull/72) @willbarton
wagtail_footnotes/__init__.py
@@ -1,3 +1,3 @@
1
-VERSION = (0, 12, 0)
+VERSION = (0, 13, 0)
__version__ = ".".join(map(str, VERSION))
0 commit comments