Skip to content

Commit 2569b4b

Browse files
committed
Bump version to 0.13
1 parent acc5fd6 commit 2569b4b

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
## Unreleased
44

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+
510
## 0.12.0
611

712
- Added support for Wagtail 6.2 (https://github.com/torchbox/wagtail-footnotes/pull/72) @willbarton

wagtail_footnotes/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
VERSION = (0, 12, 0)
1+
VERSION = (0, 13, 0)
22

33
__version__ = ".".join(map(str, VERSION))

0 commit comments

Comments
 (0)