Releases: smarie/python-getversion
Releases · smarie/python-getversion
0.5.1 - Bugfixes
- fixed PyPi doc
__version__
should now be available on the distributedgetversion
package.
See documentation page for details.
0.5.0 - First public version
Simplified design: now a single get_module_version
function is the entry point and compiles 4 strategies:
__version__
attribute- built-in module using
stdlib_list
- unzipped wheel & unzipped egg
- git scm using
setuptools_scm
See documentation page for details.