------------------
* Versioning is more easily customizable, using post-release marker by default (instead of beta)
* Better defined versioning strategies
* Fully using setupmeta's own versioning scheme (no more "backup" version stated in ``__init__.py``)
* Versioning compatible with PEP-440
* Using ``versioning`` on setupmeta, which can now bump itself
* Added support for ``versioning`` key in setup.py, setupmeta can now compute version from git tags, and bump that version
* Removed support for Pipfile
* Testing with pypy as well, produce eggs for 2.7, 3.4, 3.5, 3.6