Skip to content

Commit f845e26

Browse files
committed
Set Wagtail 5.2 as min version
1 parent e0558a7 commit f845e26

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
## [Unreleased]
44
### Added
55
### Changed
6+
- Set Wagtail 5.2 as min version
7+
68
### Fixed
79
### Removed
810

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
author="Andreas Bernacca",
2020
author_email="[email protected]",
2121
install_requires=[
22-
"wagtail>=4.1",
22+
"wagtail>=5.2",
2323
"wagtail-modeladmin",
2424
],
2525
extras_require={

0 commit comments

Comments
 (0)