Skip to content

Commit

Permalink
Update version info for release - 3.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stanley committed Mar 2, 2021
1 parent 00bc90f commit 052980d
Show file tree
Hide file tree
Showing 25 changed files with 25 additions and 25 deletions.
2 changes: 1 addition & 1 deletion contrib/chatops/pack.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: chatops
description: ChatOps integration pack
version: 1.1.0
version: 3.4.0
python_versions:
- "2"
- "3"
Expand Down
2 changes: 1 addition & 1 deletion contrib/core/pack.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name : core
description : Basic core actions.
version : 1.0.1
version: 3.4.0
python_versions:
- "2"
- "3"
Expand Down
2 changes: 1 addition & 1 deletion contrib/default/pack.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: default
description: Default pack where all resources created using the API with no pack specified get saved.
version: 1.0.0
version: 3.4.0
author : StackStorm, Inc.
email : info@stackstorm.com
2 changes: 1 addition & 1 deletion contrib/examples/pack.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: examples
description: Example sensors, triggers, actions and rules.
version: 0.2.1
version: 3.4.0
author : StackStorm, Inc.
email : info@stackstorm.com
2 changes: 1 addition & 1 deletion contrib/hello_st2/pack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ keywords:
- example
- test
# Pack version which must follow semver format (<major>.<minor>.<patch> e.g. 1.0.0)
version: 0.1.0
version: 3.4.0
# A list of major Python versions pack is tested with and works with.
python_versions:
- "2"
Expand Down
2 changes: 1 addition & 1 deletion contrib/linux/pack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ keywords:
- open ports
- processes
- ps
version : 1.0.2
version: 3.4.0
python_versions:
- "2"
- "3"
Expand Down
2 changes: 1 addition & 1 deletion contrib/packs/pack.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name : packs
description : Pack management functionality.
version : 2.0.0
version: 3.4.0
python_versions:
- "2"
- "3"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = '3.4dev'
__version__ = '3.4.0'
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = '3.4dev'
__version__ = '3.4.0'
2 changes: 1 addition & 1 deletion contrib/runners/http_runner/http_runner/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = '3.4dev'
__version__ = '3.4.0'
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = '3.4dev'
__version__ = '3.4.0'
2 changes: 1 addition & 1 deletion contrib/runners/local_runner/local_runner/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = '3.4dev'
__version__ = '3.4.0'
2 changes: 1 addition & 1 deletion contrib/runners/noop_runner/noop_runner/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = '3.4dev'
__version__ = '3.4.0'
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = '3.4dev'
__version__ = '3.4.0'
2 changes: 1 addition & 1 deletion contrib/runners/python_runner/python_runner/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = '3.4dev'
__version__ = '3.4.0'
2 changes: 1 addition & 1 deletion contrib/runners/remote_runner/remote_runner/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = '3.4dev'
__version__ = '3.4.0'
2 changes: 1 addition & 1 deletion contrib/runners/winrm_runner/winrm_runner/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = '3.4dev'
__version__ = '3.4.0'
2 changes: 1 addition & 1 deletion st2actions/st2actions/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = '3.4dev'
__version__ = '3.4.0'
2 changes: 1 addition & 1 deletion st2api/st2api/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = '3.4dev'
__version__ = '3.4.0'
2 changes: 1 addition & 1 deletion st2auth/st2auth/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = '3.4dev'
__version__ = '3.4.0'
2 changes: 1 addition & 1 deletion st2client/st2client/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = '3.4dev'
__version__ = '3.4.0'
2 changes: 1 addition & 1 deletion st2common/st2common/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = '3.4dev'
__version__ = '3.4.0'
2 changes: 1 addition & 1 deletion st2reactor/st2reactor/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = '3.4dev'
__version__ = '3.4.0'
2 changes: 1 addition & 1 deletion st2stream/st2stream/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = '3.4dev'
__version__ = '3.4.0'
2 changes: 1 addition & 1 deletion st2tests/st2tests/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@
'WorkflowTestCase'
]

__version__ = '3.4dev'
__version__ = '3.4.0'

0 comments on commit 052980d

Please sign in to comment.