Skip to content

Commit 490e0fc

Browse files
author
stanley
committed
Update version info for release - 3.7.0
1 parent 822d123 commit 490e0fc

File tree

31 files changed

+32
-32
lines changed

31 files changed

+32
-32
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.7.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.7.0
55
python_versions:
66
- "2"
77
- "3"

contrib/debug/pack.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ description: Debug utilities for StackStorm
33
ref: debug
44
author: StackStorm Authors
55
email: info@stackstorm.com
6-
version: "0.0.1"
6+
version: 3.7.0
77
python_versions:
88
- "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.7.0
55
author : StackStorm, Inc.
66
email : info@stackstorm.com

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.7.0
55
author : StackStorm, Inc.
66
email : info@stackstorm.com

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.7.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.1.0
19+
version: 3.7.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.7.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.7dev"
16+
__version__ = "3.7.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.7dev"
16+
__version__ = "3.7.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.7dev"
16+
__version__ = "3.7.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.7dev"
16+
__version__ = "3.7.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.7dev"
16+
__version__ = "3.7.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.7dev"
16+
__version__ = "3.7.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.7dev"
16+
__version__ = "3.7.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.7dev"
16+
__version__ = "3.7.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.7dev"
16+
__version__ = "3.7.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.7dev"
16+
__version__ = "3.7.0"

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ flex==6.14.1
2121
git+https://github.com/StackStorm/logshipper.git@stackstorm_patched#egg=logshipper
2222
git+https://github.com/StackStorm/orquesta.git@v1.5.0#egg=orquesta
2323
git+https://github.com/StackStorm/st2-auth-backend-flat-file.git@master#egg=st2-auth-backend-flat-file
24-
git+https://github.com/StackStorm/st2-auth-ldap.git@master#egg=st2-auth-ldap
25-
git+https://github.com/StackStorm/st2-rbac-backend.git@master#egg=st2-rbac-backend
24+
git+https://github.com/StackStorm/st2-auth-ldap.git@v3.7#egg=st2-auth-ldap
25+
git+https://github.com/StackStorm/st2-rbac-backend.git@v3.7#egg=st2-rbac-backend
2626
gitdb==4.0.2
2727
gitpython==3.1.15
2828
greenlet==1.0.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.7dev"
16+
__version__ = "3.7.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.7dev"
16+
__version__ = "3.7.0"

st2auth/in-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ six
88
stevedore
99
# For backward compatibility reasons, flat file backend is installed by default
1010
git+https://github.com/StackStorm/st2-auth-backend-flat-file.git@master#egg=st2-auth-backend-flat-file
11-
git+https://github.com/StackStorm/st2-auth-ldap.git@master#egg=st2-auth-ldap
11+
git+https://github.com/StackStorm/st2-auth-ldap.git@v3.7#egg=st2-auth-ldap
1212
gunicorn

st2auth/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
bcrypt==3.2.0
99
eventlet==0.30.2
1010
git+https://github.com/StackStorm/st2-auth-backend-flat-file.git@master#egg=st2-auth-backend-flat-file
11-
git+https://github.com/StackStorm/st2-auth-ldap.git@master#egg=st2-auth-ldap
11+
git+https://github.com/StackStorm/st2-auth-ldap.git@v3.7#egg=st2-auth-ldap
1212
gunicorn==20.1.0
1313
oslo.config>=1.12.1,<1.13
1414
passlib==1.7.4

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.7dev"
16+
__version__ = "3.7.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.7dev"
16+
__version__ = "3.7.0"

st2common/in-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ networkx
1515
# used by networkx
1616
decorator
1717
git+https://github.com/StackStorm/orquesta.git@v1.5.0#egg=orquesta
18-
git+https://github.com/StackStorm/st2-rbac-backend.git@master#egg=st2-rbac-backend
18+
git+https://github.com/StackStorm/st2-rbac-backend.git@v3.7#egg=st2-rbac-backend
1919
oslo.config
2020
paramiko
2121
pyyaml

st2common/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ dnspython>=1.16.0,<2.0.0
1616
eventlet==0.30.2
1717
flex==6.14.1
1818
git+https://github.com/StackStorm/orquesta.git@v1.5.0#egg=orquesta
19-
git+https://github.com/StackStorm/st2-rbac-backend.git@master#egg=st2-rbac-backend
19+
git+https://github.com/StackStorm/st2-rbac-backend.git@v3.7#egg=st2-rbac-backend
2020
gitdb==4.0.2
2121
gitpython==3.1.15
2222
greenlet==1.0.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.7dev"
16+
__version__ = "3.7.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.7dev"
16+
__version__ = "3.7.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.7dev"
16+
__version__ = "3.7.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.7dev"
33+
__version__ = "3.7.0"

0 commit comments

Comments
 (0)