* Refactored the build methods to write to files using the [PyFilesystem](https://docs.pyfilesystem.org/en/latest/index.html) interface
0.10.5
* Added `get_view_instance` method to the `build` command to allow for more creative subclassing.
0.9.3
* Restored RedirectView boto code after upgrading it to boto3.
0.9.1
* Added ``S3_ENDPOINT_URL`` for boto3 configuration and a fallback so we can continue to support the boto convention of ``S3_AWS_HOST``
0.9.0
* Replaced ``boto`` dependency with ``boto3`` and refactored publish command to adjust * More verbose logging of gzipped paths during build routine * Reduced some logging in management commands when verbosity=0 * Added testing for Django 1.11
0.8.14
* Management command drops six.print for self.output.write * Only strip first slash of urls with lstrip