datalad / datalad-extension-template

Minimal implementation of a DataLad extension module
http://datalad.org
Other
2 stars 17 forks source link

Update versioneer #43

Closed mslw closed 1 year ago

mslw commented 2 years ago

Thos PR updates versioneer from 0.18 to 0.23. Done entirely automatically by running versioneer install.

The previous version of versioneer, 0.18, was rather old (from 2017) and had minor changes made manually to keep it working. This PR brings in a new version altogether.

Versioneer 0.23 supports Python 3.7 - 3.10, which shouldn't be an issue since the extension template setup.cfg also specifies Python >= 3.7.

codecov[bot] commented 2 years ago

Codecov Report

Merging #43 (bd313b2) into main (aec8105) will decrease coverage by 0.17%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main      #43      +/-   ##
==========================================
- Coverage   92.85%   92.68%   -0.18%     
==========================================
  Files           5        5              
  Lines          42       41       -1     
==========================================
- Hits           39       38       -1     
  Misses          3        3              
Impacted Files Coverage Δ
datalad_helloworld/__init__.py 100.00% <100.00%> (ø)
datalad_helloworld/_version.py 100.00% <100.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.