* ``Yola.create_subscription`` now returns the created subscription. * **Breaking change:** Remove ``Yola.suspend_user`` and ``Yola.resume_user``. * Add a ``Site`` model.
0.1.7
------------------
* Update Subscription model to include all attributes returned from the API.
0.1.6
------------------
* Update installation requirements (demands) * Support Python 3
0.1.5
------------------
* Return values from ``change_subscription_type`` and ``activate_trial_subscription`` methods. * Fixed failing integration tests.