mirror of
https://github.com/sprockets/sprockets.mixins.metrics.git
synced 2024-11-22 03:00:25 +00:00
Merge pull request #34 from ibnpaul/update-tornado-pin
Exclude Tornado >6 (as-yet-unreleased version)
This commit is contained in:
commit
0b17d5f0c0
2 changed files with 2 additions and 1 deletions
|
@ -6,6 +6,7 @@ Release History
|
||||||
`Next Release`_
|
`Next Release`_
|
||||||
---------------
|
---------------
|
||||||
- Add configuration documentation
|
- Add configuration documentation
|
||||||
|
- Exclude Tornado >6 (as-yet-unreleased version)
|
||||||
|
|
||||||
`4.0.0`_ (06-Feb-2019)
|
`4.0.0`_ (06-Feb-2019)
|
||||||
----------------------
|
----------------------
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
tornado>=5
|
tornado>=5,<7
|
||||||
|
|
Loading…
Reference in a new issue