Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
limor-gs committed Mar 29, 2021
1 parent b6ebcaf commit 3974524
Show file tree
Hide file tree
Showing 14 changed files with 21 additions and 21 deletions.
4 changes: 2 additions & 2 deletions amqp-postgres/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

setup(
name='cloudify-amqp-postgres',
version='5.1.3.dev1',
version='5.1.3',
author='Cloudify',
author_email='[email protected]',
packages=['amqp_postgres'],
Expand All @@ -31,6 +31,6 @@
install_requires=[
'pika==0.11.2',
'psycopg2==2.7.4',
'cloudify-common==5.1.3.dev1',
'cloudify-common==5.1.3',
],
)
4 changes: 2 additions & 2 deletions cloudify_types/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

setup(
name='cloudify-types',
version='5.1.3.dev1',
version='5.1.3',
author='Cloudify',
author_email='[email protected]',
packages=[
Expand All @@ -29,7 +29,7 @@
license='LICENSE',
description='Various special Cloudify types implementation.',
install_requires=[
'cloudify-common==5.1.3.dev1',
'cloudify-common==5.1.3',
'requests==2.21.0',
'PyYAML==5.3.1'
]
Expand Down
6 changes: 3 additions & 3 deletions mgmtworker/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@
from setuptools import setup, find_packages

install_requires = [
'cloudify-common==5.1.3.dev1',
'cloudify-agent==5.1.3.dev1',
'cloudify-common==5.1.3',
'cloudify-agent==5.1.3',
'packaging==17.1',
]


setup(
name='cloudify-mgmtworker',
version='5.1.3.dev1',
version='5.1.3',
author='Cloudify',
author_email='[email protected]',
packages=find_packages(include='mgmtworker*'),
Expand Down
2 changes: 1 addition & 1 deletion packaging/cloudify-rest-service.spec
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ visudo -cf %{buildroot}/etc/sudoers.d/cloudify-restservice

# Install local copies of types for URL resolver
specs="%{buildroot}/opt/manager/resources/spec/cloudify"
types_yaml="${specs}/5.1.3.dev1/types.yaml"
types_yaml="${specs}/5.1.3/types.yaml"
mkdir -p $(dirname "$types_yaml")
cp "${RPM_SOURCE_DIR}/resources/rest-service/cloudify/types/types.yaml" "$types_yaml"
cache_root="${RPM_SOURCE_DIR}/resources/rest-service/cloudify/types/cache"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='cloudify-dsl-parser',
version='5.1.3.dev1',
version='5.1.3',
packages=[],
description='[DEPRECATED] A stub for the old cloudify-dsl-parser package',
)
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='cloudify-plugins-common',
version='5.1.3.dev1',
version='5.1.3',
packages=[],
description='[DEPRECATED] A stub for the old '
'cloudify-plugins-common package',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='cloudify-rest-client',
version='5.1.3.dev1',
version='5.1.3',
packages=[],
description='[DEPRECATED] A stub for the old cloudify-rest-client package',
)
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='cloudify-script-plugin',
version='5.1.3.dev1',
version='5.1.3',
packages=[],
description='[DEPRECATED] A stub for the '
'old cloudify-script-plugin package',
Expand Down
2 changes: 1 addition & 1 deletion packaging/version_info
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export CLOUDIFY_VERSION=5.1.3
# Until GA release this version must start with 0. !
export CLOUDIFY_PACKAGE_RELEASE=.dev1
export CLOUDIFY_PACKAGE_RELEASE=ga
4 changes: 2 additions & 2 deletions rest-service/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
'flask-security==3.0.0',
'flask-login==0.4.1',
'flask-migrate>2.2.0,<2.6.0',
'cloudify-common==5.1.3.dev1',
'cloudify-common==5.1.3',
'requests>=2.7.0,<3.0.0',
'gunicorn==20.0.4',
'pyyaml==5.3.1',
Expand All @@ -46,7 +46,7 @@

setup(
name='cloudify-rest-service',
version='5.1.3.dev1',
version='5.1.3',
author='Cloudify',
author_email='[email protected]',
packages=find_packages(
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
tosca_definitions_version: cloudify_dsl_1_3

imports:
- http://www.getcloudify.org/spec/cloudify/5.1.3.dev1/types.yaml
- http://www.getcloudify.org/spec/cloudify/5.1.3/types.yaml
- plugin:dockercompute

inputs:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ description: >
S3 for use in other test executions.
imports:
- http://www.getcloudify.org/spec/cloudify/5.1.3.dev1/types.yaml
- http://www.getcloudify.org/spec/cloudify/5.1.3/types.yaml
- http://www.getcloudify.org/spec/fabric-plugin/1.5.2/plugin.yaml
- http://www.getcloudify.org/spec/aws-plugin/1.4.10/plugin.yaml
- docl-base-types.yaml
Expand Down Expand Up @@ -71,7 +71,7 @@ inputs:
default:
- {'source_path': 'http://www.getcloudify.org/spec/aws-plugin/1.4.10/plugin.yaml', 'destination_path': '/spec/aws-plugin/1.4.10/plugin.yaml'}
- {'source_path': 'http://www.getcloudify.org/spec/fabric-plugin/1.5.2/plugin.yaml', 'destination_path': '/spec/fabric-plugin/1.5.2/plugin.yaml'}
- {'source_path': 'http://www.getcloudify.org/spec/cloudify/5.1.3.dev1/types.yaml', 'destination_path': '/spec/cloudify/5.1.3.dev1/types.yaml'}
- {'source_path': 'http://www.getcloudify.org/spec/cloudify/5.1.3/types.yaml', 'destination_path': '/spec/cloudify/5.1.3/types.yaml'}

dsl_definitions:
aws_configuration: &aws_configuration
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ description: >
imports:
- http://www.getcloudify.org/spec/fabric-plugin/1.5.2/plugin.yaml
- http://www.getcloudify.org/spec/cloudify/5.1.3.dev1/types.yaml
- http://www.getcloudify.org/spec/cloudify/5.1.3/types.yaml
- http://www.getcloudify.org/spec/openstack-plugin/2.0.1/plugin.yaml
- docl-base-types.yaml

Expand Down
4 changes: 2 additions & 2 deletions workflows/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

setup(
name='cloudify-workflows',
version='5.1.3.dev1',
version='5.1.3',
author='Cloudify',
author_email='[email protected]',
packages=[
Expand All @@ -28,7 +28,7 @@
license='LICENSE',
description='Various Cloudify Workflows',
install_requires=[
'cloudify-common==5.1.3.dev1',
'cloudify-common==5.1.3',
'retrying==1.3.3',
'psycopg2==2.7.4',
'cryptography==2.5.0',
Expand Down

0 comments on commit 3974524

Please sign in to comment.