------------------ * Remove `with_ssl_support` flag for methods `User.get_sso_create_site_url()` and `Site.change_site_domain()`. * Add `Yola.create_cname_zone()` method.
0.4.1
------------------ * Add support of `with_ssl_support` flag for methods `User.get_sso_create_site_url()` and `Site.change_site_domain()`.
0.4.0
------------------ * Update Subscription model to expect the actual data from service response.
0.3.0
------------------ * Drop support for python 3.2 * `Yola.get_sso_open_site_url` now accepts an optional `site_id` specifying the site to generate a url for * Use Demands >= 4.0.0
0.2.4
------------------ * Fix mismatch between demands version in setup.py and requirements.txt
0.2.3
------------------
* Handle pagination in Site.list * Add ``User.get`` class method that returns a populated User object