Skip to content

Commit

Permalink
Merge pull request #92 from AccentDesign/wagtail_2_1
Browse files Browse the repository at this point in the history
update to wagtail 2.1
  • Loading branch information
daveaccent authored May 23, 2018
2 parents 3f754d0 + febb796 commit 66bebf0
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ master

* in development

2.1.0
-----

* Update to Wagtail 2.1

2.0.1
-----

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
install_requires = [
'Django>=2,<2.1',
'django-recaptcha>=1.3.1',
'wagtail>=2,<2.1'
'wagtail>=2,<2.2'
]

documentation_extras = [
Expand Down
2 changes: 2 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ envlist =
deps
flake8
py{34,35,36}-dj{200}-wt{200}
py{34,35,36}-dj{200}-wt{201}

[testenv]
deps =
Expand All @@ -11,6 +12,7 @@ deps =

dj200: Django>=2,<2.1
wt200: wagtail>=2,<2.1
wt201: wagtail>=2.1,<2.2

commands =
coverage erase
Expand Down
2 changes: 1 addition & 1 deletion wagtailstreamforms/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '2.0.1'
__version__ = '2.1.0'

0 comments on commit 66bebf0

Please sign in to comment.