- Bumped Tornado version to 6
- Dropped Python 2.7 support
- Dropped Python 3.5 support
- Use poetry for requirement management
- Added isort configuration
- Added changelog and manifest file
- Added internalization (i18n) support
- Removed bumpversion support
- Remove duplicated classifiers entry in setup parameters (thanks to stephendwolff)
- Fixed project description for GPL projects (thanks to bwrsandman)
- Bumped Tornado version to 4.5.2
- Bumped Tornado version to 4.5.1
- Made copyright for the Sphix documentation variable
- Remove all Docker related files
- Refactored some tests
- Make bumpversion optional within the setup.cfg
- Remove bootstrap.sh if Vagrant support has been disabled
- Made pytest optional within the template's setup.py
- Added classifiers to the setup.py
- Made the license dynamic within the setup.py's classifiers
- #2: Changed the boilerplate to a Cookiecutter template
- Added tox file for testing
- Added .editorconfig
- Added Sphinx documentation
- Added bumpversion support
- Added docker-compose file
- Fixed Vagrant setup
- #1: Added Docker support
- Added changelog file
- Updated the HTML boilerplate code
- Initial release