- Prerelease version strings such as
1.0.0-rc1were incorrectly returned as1.0.0rc1(without dash) because of an issue withsetuptools_scmdue topkg_resourcesremoving the dash of prerelease versions. Fixes #10
See documentation page for details.
1.0.0-rc1 were incorrectly returned as 1.0.0rc1 (without dash) because of an issue with setuptools_scm due to pkg_resources removing the dash of prerelease versions. Fixes #10See documentation page for details.