NASA-PDS / pds-github-util

[ARCHIVED] Github utility functions to enforce the PDS engineering node software life cycle.
https://nasa-pds.github.io/pds-github-util
Other
0 stars 2 forks source link

Resolve #11 #12

Closed nutjob4life closed 3 years ago

nutjob4life commented 3 years ago

📜 Summary

Merge this if you dare to resolve #11. In addition to providing support for Versioneer, this PR also transforms the version discovery code into an object-oriented style.

🩺 Test Data and/or Report

$ venv/bin/python setup.py test
…
running test
DEBUG:pds_github_util.release._python_version:🏁 High confidence version is 0.22.0-dev
INFO:tests.releases.test_python_get_version:found version is 0.22.0-dev
ok
…

🧩 Related Issues