0.5.1
- Fix issue with versioneer not being updated about the package name change
- tox now does a proper sdist and install to avoid this in future
The following is from version 0.5.0 which was tagged but not released:
- Rename Python package from
sendfile
todjango_sendfile
- This will require changing
SENDFILE_BACKEND
,INSTALLED_APPS
, and
any imports
- This will require changing
- Remove code used to support Python 2.7
- Add support for the latest versions of Django and Python