From dc9ecb98a65ad76af7a9c15c89ba2f58bf85ea4a Mon Sep 17 00:00:00 2001 From: armab Date: Mon, 27 Apr 2020 22:46:14 +0100 Subject: [PATCH] Fix st2 components package versions Follow-up to https://github.com/StackStorm/st2/pull/4751 where regression was introduced Release automation fix: https://github.com/StackStorm/st2cd/pull/435 --- st2actions/st2actions/__init__.py | 2 +- st2api/st2api/__init__.py | 2 +- st2auth/st2auth/__init__.py | 2 +- st2debug/st2debug/__init__.py | 2 +- st2reactor/st2reactor/__init__.py | 2 +- st2stream/st2stream/__init__.py | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/st2actions/st2actions/__init__.py b/st2actions/st2actions/__init__.py index 80eeded44a..6b7678bb13 100644 --- a/st2actions/st2actions/__init__.py +++ b/st2actions/st2actions/__init__.py @@ -12,4 +12,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = '3.2dev' +__version__ = '3.2.0' diff --git a/st2api/st2api/__init__.py b/st2api/st2api/__init__.py index 80eeded44a..6b7678bb13 100644 --- a/st2api/st2api/__init__.py +++ b/st2api/st2api/__init__.py @@ -12,4 +12,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = '3.2dev' +__version__ = '3.2.0' diff --git a/st2auth/st2auth/__init__.py b/st2auth/st2auth/__init__.py index 80eeded44a..6b7678bb13 100644 --- a/st2auth/st2auth/__init__.py +++ b/st2auth/st2auth/__init__.py @@ -12,4 +12,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = '3.2dev' +__version__ = '3.2.0' diff --git a/st2debug/st2debug/__init__.py b/st2debug/st2debug/__init__.py index 80eeded44a..6b7678bb13 100644 --- a/st2debug/st2debug/__init__.py +++ b/st2debug/st2debug/__init__.py @@ -12,4 +12,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = '3.2dev' +__version__ = '3.2.0' diff --git a/st2reactor/st2reactor/__init__.py b/st2reactor/st2reactor/__init__.py index 80eeded44a..6b7678bb13 100644 --- a/st2reactor/st2reactor/__init__.py +++ b/st2reactor/st2reactor/__init__.py @@ -12,4 +12,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = '3.2dev' +__version__ = '3.2.0' diff --git a/st2stream/st2stream/__init__.py b/st2stream/st2stream/__init__.py index 80eeded44a..6b7678bb13 100644 --- a/st2stream/st2stream/__init__.py +++ b/st2stream/st2stream/__init__.py @@ -12,4 +12,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = '3.2dev' +__version__ = '3.2.0'