0.7.0
-----
- Generate random password in a Python 3 compatible way.

0.6.0
-----
-  Lengthen username, email fields

0.5.0
-----
- update AnonymousUser class (has no table) to be __abstract__ for
  compatibility with newer SQLAlchemy.

0.4.1
-----
- don't specify paster_plugins. need to re-evaluate template project.

0.4
---
- upgrade to a normal version numbering scheme
- generalize 'persistent random secret' code

0.3e-4
------
- fix MANIFEST.in to include the .jinja2 templates

0.2e-4
------
- update for stucco_evolution >= 0.33

0.1e-6
------
- 99% test coverage

0.1
---

- Remove everything except the most basic user/groups/login functionality

0.0
---

- Initial version
