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,14 @@ 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.21] [ 0.6.21 ] - 2026-02-20
9+
10+ ### Fixed
11+
12+ - Removed license classifier from pyproject.toml to comply with PEP 639 (license expression supersedes classifiers)
13+ - Removed duplicate license field from setup.py to avoid conflict with pyproject.toml
14+ - Updated coverage badge format to new codecov.io URL structure
15+
816## [ 0.6.19] [ 0.6.19 ] - 2026-02-20
917
1018### Fixed
@@ -710,6 +718,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
710718
711719Experimentation phase before formal semantic versioning, establishing core dimensional analysis concepts and data structures.
712720
721+ [ 0.6.21 ] : https://github.com/DASA-Design/PyDASA/compare/v0.6.19...v0.6.21
713722[ 0.6.19 ] : https://github.com/DASA-Design/PyDASA/compare/v0.6.18...v0.6.19
714723[ 0.6.18 ] : https://github.com/DASA-Design/PyDASA/compare/v0.6.15...v0.6.18
715724[ 0.6.15 ] : https://github.com/DASA-Design/PyDASA/compare/v0.6.13...v0.6.15
Original file line number Diff line number Diff line change 22
33<div align =" center " >
44
5- [ ![ PyPI] ( https://img.shields.io/pypi/v/pydasa?cache=none )] ( https://pypi.org/project/pydasa/ ) [ ![ Python Version] ( https://img.shields.io/pypi/pyversions/pydasa )] ( https://pypi.org/project/pydasa/ ) [ ![ License] ( https://img.shields.io/github/license/DASA-Design/PyDASA )] ( https://github.com/DASA-Design/PyDASA/blob/main/LICENSE ) [ ![ Documentation Status] ( https://readthedocs.org/projects/pydasa/badge/?version=latest )] ( https://pydasa.readthedocs.io ) [ ![ Coverage ] ( https://codecov.io/gh/DASA-Design/PyDASA/branch/main /graph/badge.svg )] ( https://codecov.io/gh/DASA-Design/PyDASA )
5+ [ ![ PyPI] ( https://img.shields.io/pypi/v/pydasa?cache=none )] ( https://pypi.org/project/pydasa/ ) [ ![ Python Version] ( https://img.shields.io/pypi/pyversions/pydasa )] ( https://pypi.org/project/pydasa/ ) [ ![ License] ( https://img.shields.io/github/license/DASA-Design/PyDASA )] ( https://github.com/DASA-Design/PyDASA/blob/main/LICENSE ) [ ![ Documentation Status] ( https://readthedocs.org/projects/pydasa/badge/?version=latest )] ( https://pydasa.readthedocs.io ) [ ![ codecov ] ( https://codecov.io/gh/DASA-Design/PyDASA/graph/badge.svg )] ( https://codecov.io/gh/DASA-Design/PyDASA )
66
77</div >
88
Original file line number Diff line number Diff line change 2222 :target: https://pydasa.readthedocs.io
2323 :alt: Documentation Status
2424
25- .. |coverage | image :: https://codecov.io/gh/DASA-Design/PyDASA/branch/main/ graph/badge.svg
25+ .. |coverage | image :: https://codecov.io/gh/DASA-Design/PyDASA/graph/badge.svg
2626 :target: https://codecov.io/gh/DASA-Design/PyDASA
2727 :alt: Coverage
2828
You can’t perform that action at this time.
0 commit comments