Skip to content

Commit

Permalink
Merge pull request labd#101 from AccentDesign/wagtail_2_2
Browse files Browse the repository at this point in the history
update wagtail to 2.2
  • Loading branch information
stuartaccent committed Aug 10, 2018
2 parents 95485b7 + a53d953 commit 462be3f
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
Changelog
*********

3.1.0
-----

Support for Wagtail 2.2

3.0.0
-----

Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# The app itself
-e .

Django>=1.11,<2.1
mock
psycopg2-binary

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@


install_requires = [
'wagtail>=2,<2.2'
'wagtail>=2,<2.3'
]

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

[testenv]
deps =
Expand All @@ -13,6 +12,7 @@ deps =
dj200: Django>=2,<2.1
wt200: wagtail>=2,<2.1
wt201: wagtail>=2.1,<2.2
wt202: wagtail>=2.2,<2.3

commands =
coverage erase
Expand Down
2 changes: 1 addition & 1 deletion wagtailstreamforms/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

# major.minor.patch.release.number
# release must be one of alpha, beta, rc, or final
VERSION = (3, 0, 0, 'final', 0)
VERSION = (3, 1, 0, 'final', 0)

__version__ = get_version(VERSION)

0 comments on commit 462be3f

Please sign in to comment.