Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 1.29 KB

CHANGELOG.rst

File metadata and controls

32 lines (24 loc) · 1.29 KB

Changelog

Use cookiecutter's --checkout options to use a specific version.

v1.2 (2015-04-11)

  • Changed the string repr routine for name/description/email to dump unicode literals instead of utf8 encoded bytestrings.

    If you run cookiecutter on Python 2 you'll get unicode escapes ("uXXXX") and on Python 3 you'll get the pretty gliphs.

  • Fixed the bootstrap.py script (that's used for the test_matrix_configurator mode) to work from any current working directory.

  • Included the branch name in the AppVeyor build number.

  • Make the CLI optional and add support for using click.

v1.1 (2015-03-28)

  • Added support for nose test runner. Contributed by Alexander Artemenko, #8 #9.
  • Strip all text roles from long_description in setup.py.
  • Added contributing guide for the template.
  • Improved the tests for the template (minor perm and path issues).
  • The setup.py release doesn't upload anymore. Added instructions for using twine.
  • Minor glob simplification in MANIFEST.in.

v1.0 (2015-03-24)

  • First tag.