old, new, updates = auto_version_tool.main(
release=True, enable_file_triggers=True, bump=None, config_path="...",
)
new always contains the prerelease suffix although it should be the new version and in this case, should be the production release.
For Python, it should be the same as updates["__version__"] but it isn't
old, new, updates = auto_version_tool.main(
release=True, enable_file_triggers=True, bump=None, config_path="...",
)
newalways contains the prerelease suffix although it should be the new version and in this case, should be the production release.For Python, it should be the same as
updates["__version__"]but it isn't