Skip to content

Releases: smarie/python-getversion

0.5.1 - Bugfixes

05 Jul 17:26
Compare
Choose a tag to compare
  • fixed PyPi doc
  • __version__ should now be available on the distributed getversion package.

See documentation page for details.

0.5.0 - First public version

05 Jul 17:08
Compare
Choose a tag to compare

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.