Skip to content

Latest commit

 

History

History
54 lines (28 loc) · 865 Bytes

File metadata and controls

54 lines (28 loc) · 865 Bytes

cookiecutter-brightwaylib Changelog

[0.3.0] - 2025-10-21

Changes

  • use setuptools >= 77

Fixed

  • use license-files outside of setuptools section in pyproject.toml

[0.2.0] - 2023-02-05

Changed

  • Use pyproject.toml instead of setup.cfg
  • support python 3.12, and remove 3.8

[0.1.5] - 2023-02-05

Changed

  • CHANGELOG.md -> CHANGES.md in project and in template to match the brightway documentation.

[0.1.4] - 2022-12-22

Changed

  • Moved get_version_tuple implementation to package module utils

[0.1.3]

Added

  • template includes a configuration to build documentation with sphinx

[0.1.2]

Added

  • get the version from property in package __init__.py

[0.1.1]

Fixed

  • issue #12. VERSION file is explicitly declared in the MANIFEST.in

[0.1.0]

Added

  • Prototype ready to be used