Added - Error handling has been cleaned up to make it easier to provide an easier mechanism for globally processing errors and returning a consistently formatted response. Specifically, the handle_errors() function was added to utils.py.
Changed - THe AgaveflaskError classes were updated to contain message and code data about the error.
Removed - The APIException class has been removed in favor of the AgaveflaskError classes.
0.1.0
Added - Initial release of modules: auth, config, errors, store and utils.