Pyscaffold Versions Save

🛠 Python project template generator with batteries included

v4.1.4

2 years ago

I am happy to announce the new bugfix release: PyScaffold v4.1.4.

Main Changes

Full Changelog: https://github.com/pyscaffold/pyscaffold/compare/v4.1.3...v4.1.4

v4.1.3

2 years ago

I am happy to announce the new bugfix release: PyScaffold v4.1.3.

Main Changes

v4.1.2

2 years ago

I am happy to announce the new bugfix release: PyScaffold v4.1.2.

Main Changes

New Contributors

Full Changelog: https://github.com/pyscaffold/pyscaffold/compare/v4.1.1...v4.1.2

v4.1.1

2 years ago

I am happy to announce the release of a new patch version: PyScaffold v4.1.1. This version solves bugs #506 and #516, and the main changes are:

  • Instruct users how to fix empty namespaces, persisted due to bug in PyScaffold < v4.1 (#508)
  • Better support for updating projects with multi-line descriptions (#509)
  • Extensions no longer can persist None values (#510).
  • Better error report when extension is not found during update (#512)
  • Allow comments (and prevent parsing errors) in dependency deduplication during update (#518)
  • Add license_files to setup.cfg template (#524)

v4.1.1rc2

2 years ago

Adds a partial fixes for issue #516. For the time being comments without indentation inside multiline options (very unlikely) are not handled due to ConfigUpdater limitations.

v4.1.1rc1

2 years ago

This is a bug fix related to #506.

v4.1

2 years ago

I am happy to announce the release of a new minor update: PyScaffold v4.1. The most notable changes are:

  • New linkcheck task for tox.ini, #456
  • New 0BSD license template.
  • New CONTRIBUTING.rst template, #376
  • New PyScaffold badge for README template, #473
  • Better coveralls integration for Cirrus CI, #449

v4.1rc3

2 years ago

Minor template updates since 4.1rc2 (#497, #498).

v4.1rc2

2 years ago

v4.1rc1

2 years ago

v4.1 will bring several improvements specially regarding CI automated tasks configuration and documentation.