Skip to content

0.5.0

Compare
Choose a tag to compare
@brainelectronics brainelectronics released this 22 Oct 08:29
· 57 commits to main since this release
2663266

Added

  • Support additional version info file content in python version files by adding the content given by --additional_version_info="-rc1234" to the end of the constructed __version__ content. This will create the following line in a version.py file: __version__ = '.'.join(__version_info__) + '-rc1234'. A created package will thereby be named 0.5.0rc1234 if the version is 0.5.0, resolve #14