No changelog provided; includes several structural updates including the
switch from package to module, and a change in maintainer.
Backwards Compatibility
=======================
Version 0.2.0
-------------
* The `patch_request_class` function was removed as it's unnecessary from
Flask 0.6 onward.
* Filenames without extensions are no longer lowercased by `lowercase_ext`,
only the extension is returned in lowercase, if an extension exists.
Flask-Uploads provides flexible upload handling for Flask applications.
It lets you divide your uploads into sets that the application user
can publish separately.