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,12 @@ 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.19] [ 0.6.19 ] - 2026-02-20
9+
10+ ### Fixed
11+
12+ - Added missing license classifier to pyproject.toml for proper PyPI license badge display
13+
814## [ 0.6.18] [ 0.6.18 ] - 2026-02-20
915
1016### Fixed
@@ -704,6 +710,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
704710
705711Experimentation phase before formal semantic versioning, establishing core dimensional analysis concepts and data structures.
706712
713+ [ 0.6.19 ] : https://github.com/DASA-Design/PyDASA/compare/v0.6.18...v0.6.19
707714[ 0.6.18 ] : https://github.com/DASA-Design/PyDASA/compare/v0.6.15...v0.6.18
708715[ 0.6.15 ] : https://github.com/DASA-Design/PyDASA/compare/v0.6.13...v0.6.15
709716[ 0.6.13 ] : https://github.com/DASA-Design/PyDASA/compare/v0.6.12...v0.6.13
Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ classifiers = [
1717 " Programming Language :: Python :: 3.11" ,
1818 " Programming Language :: Python :: 3.12" ,
1919 " Development Status :: 3 - Alpha" ,
20+ " License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)" ,
2021 " Operating System :: OS Independent" ,
2122 " Intended Audience :: Science/Research" ,
2223 " Intended Audience :: Developers" ,
You can’t perform that action at this time.
0 commit comments