Skip to content

Commit ae124b2

Browse files
committed
Version bump to 0.4
1 parent 435e35d commit ae124b2

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
0.4 (2023-08-01)
2+
----------------
3+
4+
* Fixes for Wagtail 5.x (Matt Westcott)
5+
* Dropped support for Wagtail <4.1, Django <3.2, Python <3.8
6+
7+
18
0.3.1 (2022-01-04)
29
------------------
310

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
setup(
66
name='wagtail-review',
7-
version='0.3.1',
7+
version='0.4',
88
description="Review workflow for Wagtail",
99
author='Matthew Westcott',
1010
author_email='[email protected]',
@@ -35,5 +35,6 @@
3535
'Framework :: Wagtail',
3636
'Framework :: Wagtail :: 3',
3737
'Framework :: Wagtail :: 4',
38+
'Framework :: Wagtail :: 5',
3839
],
3940
)

0 commit comments

Comments
 (0)