briancurtin / deprecation

A library to handle automated deprecations
Apache License 2.0
88 stars 31 forks source link

Make deprecation.__version__ the source of truth #23

Closed briancurtin closed 6 years ago

briancurtin commented 6 years ago

This change makes deprecation.__version__ the actual source of where versioning comes from, rather than directly in the setup.py file and then being incorrect in both the code and docs. As such, this also updates the docs to get the version from there.

codecov-io commented 6 years ago

Codecov Report

Merging #23 into master will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@          Coverage Diff          @@
##           master    #23   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files           1      1           
  Lines          83     83           
  Branches       16     16           
=====================================
  Hits           83     83
Impacted Files Coverage Δ
deprecation.py 100% <100%> (ø) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update e9f47a6...4b0241f. Read the comment docs.