Skip to content

Commit

Permalink
Update version info for release - 3.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stanley committed Nov 18, 2022
1 parent dfab25a commit b69e0c2
Show file tree
Hide file tree
Showing 26 changed files with 26 additions and 26 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.8.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.8.0
python_versions:
- "2"
- "3"
Expand Down
2 changes: 1 addition & 1 deletion contrib/debug/pack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ description: Debug utilities for StackStorm
ref: debug
author: StackStorm Authors
email: [email protected]
version: "0.0.1"
version: 3.8.0
python_versions:
- "3"
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.8.0
author : StackStorm, Inc.
email : [email protected]
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.8.0
author : StackStorm, Inc.
email : [email protected]
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.8.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.1.0
version: 3.8.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.8.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.8dev"
__version__ = "3.8.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.8dev"
__version__ = "3.8.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.8dev"
__version__ = "3.8.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.8dev"
__version__ = "3.8.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.8dev"
__version__ = "3.8.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.8dev"
__version__ = "3.8.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.8dev"
__version__ = "3.8.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.8dev"
__version__ = "3.8.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.8dev"
__version__ = "3.8.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.8dev"
__version__ = "3.8.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.8dev"
__version__ = "3.8.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.8dev"
__version__ = "3.8.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.8dev"
__version__ = "3.8.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.8dev"
__version__ = "3.8.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.8dev"
__version__ = "3.8.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.8dev"
__version__ = "3.8.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.8dev"
__version__ = "3.8.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.8dev"
__version__ = "3.8.0"

0 comments on commit b69e0c2

Please sign in to comment.