cookiecutter v0.7.2 Release Notes

Release Date: 2014-08-05 // over 9 years ago
  • 🚀 The goal of this release was to fix cross-platform compatibility, primarily Windows bugs that had crept in during the addition of new 🔋 features. As of this release, Windows is a first-class citizen again, now complete with continuous integration.

    🐛 Bug Fixes:

    • 🛠 Fixed the contributing file so it displays nicely in Github, thanks to @pydanny.
    • ⚡️ Updates 2.6 requirements to include simplejson, thanks to @saxix.
    • Avoid unwanted extra spaces in string literal, thanks to @merwok.
    • 🛠 Fix @unittest.skipIf error on Python 2.6.
    • 📜 Let sphinx parse :param: properly by inserting newlines #213, thanks to @mineo.
    • 🛠 Fixed Windows test prompt failure by replacing stdin per @cjrh in #195.
    • 🚚 Made rmtree remove readonly files, thanks to @pfmoore.
    • ✅ Now using tox to run tests on Appveyor, thanks to @pfmoore (#241).
    • 🛠 Fixed tests that assumed the system encoding was utf-8, thanks to @pfmoore (#242, #244).
    • ➕ Added a tox ini file that uses py.test, thanks to @pfmoore (#245).

    Other Changes: