Skip to content

v0.0.42

Compare
Choose a tag to compare
@pulumi-bot pulumi-bot released this 01 Feb 12:53
· 27 commits to master since this release
cfcf047
Fix converting to python version when the build number is 8 or more d…

…igits (#64)

Ensure when we're detecting a hash that it's exactly 8 characters by checking for the word boundary at the end and the `+` at the beginning.
Always use the last match in case the build number preceding the hash is also exactly 8 digits.