From cfed5a8892a04b18cc0466f93b9889f7e66a00d3 Mon Sep 17 00:00:00 2001 From: Tomaz Muraus Date: Mon, 29 Jul 2019 17:42:59 +0200 Subject: [PATCH] Update change version action to set version for all the Python package __init__.py files. --- actions/st2_chg_ver_for_st2.sh | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/actions/st2_chg_ver_for_st2.sh b/actions/st2_chg_ver_for_st2.sh index 9cf70570..627f9538 100644 --- a/actions/st2_chg_ver_for_st2.sh +++ b/actions/st2_chg_ver_for_st2.sh @@ -51,6 +51,13 @@ echo "Currently at directory `pwd`..." COMMON_INIT_FILES=( "st2common/st2common/__init__.py" "st2client/st2client/__init__.py" + + "st2actions/st2actions/__init__.py" + "st2api/st2api/__init__.py" + "st2auth/st2auth/__init__.py" + "st2debug/st2debug/__init__.py" + "st2reactor/st2reactor/__init__.py" + "st2stream/st2stream/__init__.py" ) # Add all the runners