Releases: ionelmc/cookiecutter-pylibrary
Releases · ionelmc/cookiecutter-pylibrary
v1.8
v1.7.1
v1.7
v1.6
v1.5
- Added support for Codecov. Codecov badge is active by default.
- Made support and badges for landscape, scrutinizer, coveralls and codecov switchable at project creation time.
- Disabled all the pypip.in badges (server has way too much downtime).
- Fixed a whitespace issue in outputed
tox.ini
. - Added option to use any Sphinx theme. Default changed to
readthedocs
theme. - Added a
.cookiecutterrc
file to help with regenerating projects. - Prettied up the badges (SVG badges, better grouping).
- Corrrected the use of the deprecated 'files' option anymore in bumpversion configuration.
- Changed the sample console script to use the distribution name instead of the package name for the bin name.
- Changed coverage measurements to use pytest-cover instead of pytest-cov (which has several issues now).
v1.4
v1.3
v1.2
-
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 thetest_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
- Added support for nose test runner. Contributed by Alexander Artemenko, #8 #9.
- Strip all text roles from
long_description
insetup.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
.