StackStorm / st2cd

Content pack for internal build process at StackStorm
Apache License 2.0
7 stars 16 forks source link

Fix 3.2.0 build failure due to missing version update for st2 init files #435

Closed arm4b closed 4 years ago

arm4b commented 4 years ago

Change in st2 https://github.com/StackStorm/st2/pull/4751 made every st2 component behave like an independent python package, however we failed to update all the release workflows to support that.

This resulted in keeping old 3.2dev versions for some of st2 components when automation should change it to 3.2.0.

https://github.com/StackStorm/st2/blob/522ef49eb3d6cfc8ff09cf4342cc941adb46e4af/st2api/st2api/__init__.py#L15