Back to Cookiecutter

1.0.0

CHANGELOG/1.0.0.md

2.7.12.5 KB
Original Source

The goals of this release was to formally remove support for Python 2.6 and continue the move to using py.test.

Features:

  • Convert the unittest suite to py.test for the sake of comprehensibility, thanks to @hackebrot (#322, #332, #334, #336, #337, #338, #340, #341, #343, #345, #347, #351, #412, #413, #414).
  • Generate pytest coverage, thanks to @michaeljoseph (#326).
  • Documenting of Pull Request merging and HISTORY.rst maintenance, thanks to @michaeljoseph (#330).
  • Large expansions to the tutorials thanks to @hackebrot (#384)
  • Switch to using Click for command-line options, thanks to @michaeljoseph (#391, #393).
  • Added support for working with private repos, thanks to @marctc (#265).
  • Wheel configuration thanks to @michaeljoseph (#118).

Other Changes: