Skip to content

Commit

Permalink
Set Wagtail 5.2 as min version
Browse files Browse the repository at this point in the history
  • Loading branch information
marteinn committed Feb 10, 2024
1 parent e0558a7 commit f845e26
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
## [Unreleased]
### Added
### Changed
- Set Wagtail 5.2 as min version

### Fixed
### Removed

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
author="Andreas Bernacca",
author_email="[email protected]",
install_requires=[
"wagtail>=4.1",
"wagtail>=5.2",
"wagtail-modeladmin",
],
extras_require={
Expand Down

0 comments on commit f845e26

Please sign in to comment.