v0.1.0,  03-24-2013 -- Initial release.
v0.2.0,  11-14-2013 -- Adding ability to get the image without downloading it.
v0.2.1,  12-04-2013 -- Refactoring code and adding sphinx documentation.
v0.2.2,  02-14-2015 -- Applying pep-8 rules, adding delete_file functions, documenting previously undocumented views.
v0.2.5,  02-14-2015 -- Linking to the demo/tests project.
v0.2.5,  02-14-2015 -- Adjustment in _get_unique_filename function.
v0.2.7,  04-02-2015 -- Adjustment so files can be saved/retrieved without using ModelForms.
v0.2.9,  05-27-2015 -- Refactoring of widgets code and adding widget for the Django Admin; some pep-8 corrections.
v0.2.10, 06-13-2015 -- Putting demo/test project inside the main repo, updating documentation files.
v0.2.11, 06-14-2015 -- Python3 compatibility
v0.2.12, 06-14-2015 -- Showing Build Status and Code Health on the README
v0.3.0,  06-14-2015 -- Test suite (passing) for Python (2.7, 3.3, 3.4) and Django (1.6, 1.7, 1.8)
v0.3.1,  07-11-2015 -- Adding a DatabaseFileStorage subclass that can be used with Form Wizards
v0.3.2,  11-15-2015 -- Adding Windows compatibility
v0.3.3,  11-15-2015 -- Fixing lib for OSs other than Linux
v0.4.0,  03-25-2016 -- Dropped support for Python 3.3, Django 1.6 and Django 1.7 ; Currently supporting  Python (2.7, 3.4, 3.5) and Django (1.8, 1.9) ; Change license to MIT License
v0.4.1,  05-14-2016 -- Fixing Windows compatibility (finally)
