How to release
==============

* Update CHANGELOG
* Update version in __init__.py
* git tag -a 'vX'
* merge in branch latest
* Send the package on pypi
    python setup.py sdist upload
* tick the doc version on readthedocs
* Update version in __init__.py
