Skip to content

Commit

Permalink
Enforce usage of plone.subrequest >= 1.7.0 (#70)
Browse files Browse the repository at this point in the history
This avoids TypeError on package upgrades.
  • Loading branch information
hvelarde committed Jul 9, 2018
1 parent 977666f commit 9f5c18c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ Breaking chnages:

Bug fixes:

- Nothing changed yet.
- Enforce usage of plone.subrequest >= 1.7.0;
this avoids ``TypeError`` on package upgrades (refs. `#62 <https://github.com/plone/plone.app.blocks/issues/62>`_).
[hvelarde]

New features:

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ def read(*path):
'plone.outputfilters',
'plone.registry',
'plone.resource',
'plone.subrequest',
'plone.subrequest >= 1.7.0',
'plone.supermodel',
'plone.tiles',
'plone.transformchain',
Expand Down

0 comments on commit 9f5c18c

Please sign in to comment.