Skip to content

Latest commit

 

History

History
64 lines (53 loc) · 1.42 KB

CHANGELOG.md

File metadata and controls

64 lines (53 loc) · 1.42 KB

Changelog

Development

0.3.0 (2021-xx-xx)

  • 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

0.2.5 (2019-06-06)

  • Remove duplicated classifiers entry in setup parameters (thanks to stephendwolff)

0.2.4 (2018-03-18)

  • Fixed project description for GPL projects (thanks to bwrsandman)

0.2.3 (2017-11-07)

  • Bumped Tornado version to 4.5.2

0.2.2 (2017-05-12)

  • 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

0.2.1 (2017-03-15)

  • 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

0.2.0 (2017-03-14)

  • #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

0.1.1 (2016-01-11)

  • #1: Added Docker support
  • Added changelog file
  • Updated the HTML boilerplate code

0.1.0 (2016-01-07)

  • Initial release