crocs-muni / sec-certs

Tool for analysis of security certificates and their security targets (Common Criteria, NIST FIPS140-2...).
https://sec-certs.org
MIT License
12 stars 8 forks source link

Version number of editable install does not update #283

Closed J08nY closed 1 year ago

J08nY commented 1 year ago

Describe the bug When installed via pip install -e . the version number does not update when a new version is used via git pull.

To Reproduce Steps to reproduce the behavior:

  1. pip install -e . this package.
  2. from pkg_resources import get_distribution and do get_distribution("sec-certs").version.
  3. Rollback to some other git commit or pull more commits on top and do the above, the version stays the same.
J08nY commented 1 year ago

Fixed in ae5f024.