Skip to content

Releases: JnyJny/python-package-cookiecutter

More Polish

16 Jun 00:23

Choose a tag to compare

This release features more quality of life changes with respect to defaults and optional features.

  • dependabot configured by default.
  • OS and Python version test matrices are now configurable.
  • Added a prompt to specify development Python version
  • Added post generation task to install dev Python if necessary
  • Virtual environment creation honors dev Python version choice.

GitHub Flavored Fun

14 Jun 18:46

Choose a tag to compare

This release features:

  • python-package-cookiecutter license switch from MIT to Apache-2.0.
  • tons of GitHub quality-of-life additions to the generated project:
    • Issue templates.
    • Pull request template.
    • CONTRIBUTING.md skeleton.
    • Support for choosing any licenses available via gh repo license list.
    • dependabot checking for updated project dependencies and actions.
  • Project cli includes a sub-command self scaffold.
  • Updated project pyproject.toml with more good stuff.
  • Fixed some broken indention due to Jinja whitespace magic.

Cleanups - v1.0.1

03 Jun 20:44
1a64e08

Choose a tag to compare

Cleaned up spelling errors, added extended prompt text, refactored the hooks a little. Mostly small fixes and changes gleaned from looking at other cookiecutter templates.

Initial Release - v1.0.0

02 Jun 01:31

Choose a tag to compare

This marks the first feature complete usable state of this cookiecutter template.

Full Changelog: https://github.com/JnyJny/python-package-cookiecutter/commits/v1.0.0