Skip to content

Commit 052980d

Browse files
author
stanley
committed
Update version info for release - 3.4.0
1 parent 00bc90f commit 052980d

File tree

25 files changed

+25
-25
lines changed

25 files changed

+25
-25
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: 1.1.0
4+
version: 3.4.0
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 : 1.0.1
4+
version: 3.4.0
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: 1.0.0
4+
version: 3.4.0
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: 0.2.1
4+
version: 3.4.0
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: 0.1.0
15+
version: 3.4.0
1616
# A list of major Python versions pack is tested with and works with.
1717
python_versions:
1818
- "2"

contrib/linux/pack.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ keywords:
1616
- open ports
1717
- processes
1818
- ps
19-
version : 1.0.2
19+
version: 3.4.0
2020
python_versions:
2121
- "2"
2222
- "3"

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 : 2.0.0
4+
version: 3.4.0
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.4dev'
16+
__version__ = '3.4.0'

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.4dev'
16+
__version__ = '3.4.0'

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.4dev'
16+
__version__ = '3.4.0'

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.4dev'
16+
__version__ = '3.4.0'

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.4dev'
16+
__version__ = '3.4.0'

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.4dev'
16+
__version__ = '3.4.0'

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.4dev'
16+
__version__ = '3.4.0'

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.4dev'
16+
__version__ = '3.4.0'

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.4dev'
16+
__version__ = '3.4.0'

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.4dev'
16+
__version__ = '3.4.0'

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.4dev'
16+
__version__ = '3.4.0'

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.4dev'
16+
__version__ = '3.4.0'

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.4dev'
16+
__version__ = '3.4.0'

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.4dev'
16+
__version__ = '3.4.0'

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.4dev'
16+
__version__ = '3.4.0'

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.4dev'
16+
__version__ = '3.4.0'

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.4dev'
16+
__version__ = '3.4.0'

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.4dev'
33+
__version__ = '3.4.0'

0 commit comments

Comments
 (0)