Kosmorro / lib

Kosmorrolib, a library to calculate ephemerides.
https://kosmorro.space/lib
GNU Affero General Public License v3.0
7 stars 6 forks source link

feat(deprecation): deprecate the `kosmorrolib.__version__` module #42

Closed Deuchnord closed 2 years ago

Deuchnord commented 2 years ago
Q A
Bug fix? no
New feature? yes
Related issues
Has BC-break no
License GNU AGPL-v3

Since version 3.8, Python provides a simpler way to get metadata about a package, making the kosmorrolib__version__ module useless. This also makes the versioning management quite simpler, since the codebase does not contain version number anymore.

coveralls commented 2 years ago

Coverage Status

Coverage decreased (-0.1%) to 95.209% when pulling 47b8b1c2b7bf344202b9f24ce4d8e6cdb39656a4 on feat/deprecate-version-module into c3be2611ad0c83a3b5f1b601be83550f8ec5bdcc on features.