File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ 0.6.22] [ 0.6.22 ] - 2026-02-20
9+
10+ ### Fixed
11+
12+ - Updated setuptools requirement to >=61.0.0 for proper PEP 639 license expression support
13+ - This fixes PyPI license badge displaying "invalid"
14+
815## [ 0.6.21] [ 0.6.21 ] - 2026-02-20
916
1017### Fixed
@@ -718,6 +725,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
718725
719726Experimentation phase before formal semantic versioning, establishing core dimensional analysis concepts and data structures.
720727
728+ [ 0.6.22 ] : https://github.com/DASA-Design/PyDASA/compare/v0.6.21...v0.6.22
721729[ 0.6.21 ] : https://github.com/DASA-Design/PyDASA/compare/v0.6.19...v0.6.21
722730[ 0.6.19 ] : https://github.com/DASA-Design/PyDASA/compare/v0.6.18...v0.6.19
723731[ 0.6.18 ] : https://github.com/DASA-Design/PyDASA/compare/v0.6.15...v0.6.18
Original file line number Diff line number Diff line change 11[build-system ]
2- requires = [" setuptools>=45 " , " wheel" ]
2+ requires = [" setuptools>=61.0.0 " , " wheel" ]
33build-backend = " setuptools.build_meta"
44
55[project ]
You can’t perform that action at this time.
0 commit comments