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.
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 to3.2.0
.https://github.com/StackStorm/st2/blob/522ef49eb3d6cfc8ff09cf4342cc941adb46e4af/st2api/st2api/__init__.py#L15