Skip to content

Commit

Permalink
Bump version to 0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
zerolab committed May 17, 2024
1 parent fc487a0 commit 49aa7fd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

## Unreleased

## 0.11.0

- Improve README @benjaoming
- Drop support for Wagtail < 5.2 @katdom13
- Add support for Wagtail 6.0/6.1, Django 5.0 and Python 3.12 @katdom13
- Make footnotes translatable @jhonatan-lopes, and make the package strings translatable @zerolab
Expand Down
2 changes: 1 addition & 1 deletion wagtail_footnotes/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
VERSION = (0, 10, 0)
VERSION = (0, 11, 0)

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

0 comments on commit 49aa7fd

Please sign in to comment.