Skip to content

v5.0.4

Compare
Choose a tag to compare
@sbraz sbraz released this 11 Apr 13:10
· 23 commits to master since this release
abf927e
New features
  • Remove setuptools runtime requirement by replacing pkg_resources with importlib.metadata (#110, #111)
  • __version__ is now an empty string if the package is not installed
Miscellaneous
  • Use setuptools_scm programatically in Sphinx's configuration instead of calling setup.py --version