- fixed typo in SQL query for creating extensions.
0.3.2
------------------
- Added `SQLDatabase.create_extension()`.
0.3.1
------------------
- Added `TokenVerifier.force()` for testing purposes.
0.3.0
------------------
- Add `scope` kwarg to http_method decorators (get, post, etc.)
- Moved the `Context` (`ctx`) to `clean_python.base` and changed its attributes to `path`, `user` and `tenant`.
- The `SQLGateway` can now be constructed with `multitenant=True` which makes it automatically filter the `tenant` column with the current `ctx.tenant`.