respondcreate / django-versatileimagefield

A drop-in replacement for django's ImageField that provides a flexible, intuitive and easily-extensible interface for quickly creating new images from the one assigned to the field.
http://django-versatileimagefield.readthedocs.io/
MIT License
531 stars 88 forks source link

Upgrade Pillow version to 4.0.0 #86

Closed aleksihakli closed 7 years ago

aleksihakli commented 7 years ago

Attempt to solve #85 by testing what happens when Pillow is upgraded to version 4.0.0

coveralls commented 7 years ago

Coverage Status

Coverage remained the same at 100.0% when pulling 0b73b066088db74fdea3ce5c8c5bbc24bf064049 on aleksihakli:master into 218a9b551b6a5a593700519e0cb1bc6aa6adc362 on respondcreate:master.

coveralls commented 7 years ago

Coverage Status

Coverage remained the same at 100.0% when pulling 6c6e990fe2f77c8bcc8789c00c097ba2d58491ae on aleksihakli:master into 218a9b551b6a5a593700519e0cb1bc6aa6adc362 on respondcreate:master.

respondcreate commented 7 years ago

Hey @aleksihakli!

This PR has been merged and is currently available in the 1.6.3 release that I just pushed to PyPI. Here's how you can get it:

$ pip install django-versatileimagefield==1.6.3

Thanks again!