At this point it seems reasonable to bump to version 1.
0.9.3
-----
* Create username value for user if username field exists (custom user models) * Replaced BaseBackend._send_email with BaseBackend.email_message. email_message() should return the message without actually doing the send.
0.9.2
-----
* Decouple concrete organizations.Organization model from the invitation/registration backends
0.9.1
-----
* Fixes missing migration. Migration was created due to non-schema changes in models
0.9.0
-----
* Add notification to users when added to an organization * New abstract models create separation between 'plain' base models and abstract models that include abstracted functionality previously included only in concrete models * Python 3.6 and Django 1.11 test support