- We now use virtualenv and pip instead of buildout to set up the development environment. A development section has been added to the README accordingly.
0.3
================
- Upgrade to Morepath 0.15. - Add testenv for Python 3.5 and make it the default test environment. - Change author to "Morepath developers". - Clean up classifiers.
0.2
================
- Upgrade to Morepath 0.14. - Some minor improvements to the buildout setup workflow.
0.1
================
- Extract Basic Auth from Morepath. - Return NO_IDENTITY instead of None, if user cannot identify. - Replace class 'app' with 'App' in tests. - Add a login test. - Enhance documentation.