Skip to content

Commit fcd41af

Browse files
author
stanley
committed
Update version to 3.8.1
1 parent 3c590b1 commit fcd41af

File tree

24 files changed

+24
-24
lines changed

24 files changed

+24
-24
lines changed

contrib/chatops/pack.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
name: chatops
33
description: ChatOps integration pack
4-
version: 3.8.0
4+
version: 3.8.1
55
python_versions:
66
- "2"
77
- "3"

contrib/core/pack.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
name : core
33
description : Basic core actions.
4-
version: 3.8.0
4+
version: 3.8.1
55
python_versions:
66
- "2"
77
- "3"

contrib/default/pack.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: default
33
description: Default pack where all resources created using the API with no pack specified get saved.
4-
version: 3.8.0
4+
version: 3.8.1
55
author : StackStorm, Inc.
66

contrib/examples/pack.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: examples
33
description: Example sensors, triggers, actions and rules.
4-
version: 3.8.0
4+
version: 3.8.1
55
author : StackStorm, Inc.
66

contrib/hello_st2/pack.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ keywords:
1212
- example
1313
- test
1414
# Pack version which must follow semver format (<major>.<minor>.<patch> e.g. 1.0.0)
15-
version: 3.8.0
15+
version: 3.8.1
1616
# A list of major Python versions pack is tested with and works with.
1717
python_versions:
1818
- "2"

contrib/packs/pack.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
name : packs
33
description : Pack management functionality.
4-
version: 3.8.0
4+
version: 3.8.1
55
python_versions:
66
- "2"
77
- "3"

contrib/runners/action_chain_runner/action_chain_runner/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515

16-
__version__ = "3.8.0"
16+
__version__ = "3.8.1"

contrib/runners/announcement_runner/announcement_runner/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515

16-
__version__ = "3.8.0"
16+
__version__ = "3.8.1"

contrib/runners/http_runner/http_runner/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515

16-
__version__ = "3.8.0"
16+
__version__ = "3.8.1"

contrib/runners/inquirer_runner/inquirer_runner/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515

16-
__version__ = "3.8.0"
16+
__version__ = "3.8.1"

contrib/runners/local_runner/local_runner/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515

16-
__version__ = "3.8.0"
16+
__version__ = "3.8.1"

contrib/runners/noop_runner/noop_runner/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515

16-
__version__ = "3.8.0"
16+
__version__ = "3.8.1"

contrib/runners/orquesta_runner/orquesta_runner/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515

16-
__version__ = "3.8.0"
16+
__version__ = "3.8.1"

contrib/runners/python_runner/python_runner/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515

16-
__version__ = "3.8.0"
16+
__version__ = "3.8.1"

contrib/runners/remote_runner/remote_runner/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515

16-
__version__ = "3.8.0"
16+
__version__ = "3.8.1"

contrib/runners/winrm_runner/winrm_runner/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515

16-
__version__ = "3.8.0"
16+
__version__ = "3.8.1"

st2actions/st2actions/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515

16-
__version__ = "3.8.0"
16+
__version__ = "3.8.1"

st2api/st2api/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515

16-
__version__ = "3.8.0"
16+
__version__ = "3.8.1"

st2auth/st2auth/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515

16-
__version__ = "3.8.0"
16+
__version__ = "3.8.1"

st2client/st2client/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515

16-
__version__ = "3.8.0"
16+
__version__ = "3.8.1"

st2common/st2common/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515

16-
__version__ = "3.8.0"
16+
__version__ = "3.8.1"

st2reactor/st2reactor/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515

16-
__version__ = "3.8.0"
16+
__version__ = "3.8.1"

st2stream/st2stream/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515

16-
__version__ = "3.8.0"
16+
__version__ = "3.8.1"

st2tests/st2tests/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@
3030
"WorkflowTestCase",
3131
]
3232

33-
__version__ = "3.8.0"
33+
__version__ = "3.8.1"

0 commit comments

Comments
 (0)