- Add `--version` option, which prints out the current version number
- Add release type option to `release` command. Possible values are patch, minor and major. The next version numbers are generated based on this option
0.2.2
------------------
- Fix, unused import was raising an exception
0.2.1
------------------
- Remove twine dependency, now we use distlib to upload the packages
- Fix, use package version on sphinx documentation
- Fix, changelog was not properly generated for new releases