Skip to content

Commit

Permalink
Update wagtail compatibility to 2.6 RC1
Browse files Browse the repository at this point in the history
  • Loading branch information
NathHorrigan committed Jul 19, 2019
1 parent 5eb01bd commit ad22212
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ Getting Grapple installed is designed to be as simple as possible!
### Prerequisites
```
Django >= 2.2, <2.3
wagtail >= 2.5, <2.6
wagtail >= 2.5, <2.7
```

### Installation
Expand Down
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = wagtail-grapple
author = Nathan Horrigan
author_email = NathHorrigan@gmail.com
description = A django app that speeds up and simplifies implementing a GraphQL endoint!
version = 0.1.2
version = 0.1.3
url = https://github.com/torchbox/wagtail-grapple
keywords =
wagtail
Expand Down Expand Up @@ -31,7 +31,7 @@ include_package_data = true
packages = find:
install_requires =
Django>=2.2, <2.3
wagtail>=2.5, <2.6
wagtail>=2.5, <2.7
graphene-django>=2.2.0
colorthief
channels==1.1.8
Expand Down

0 comments on commit ad22212

Please sign in to comment.