Skip to content

Commit 3de89f0

Browse files
author
earthmant
committed
bump version
1 parent 4b7eab7 commit 3de89f0

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

CHANGELOG.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
2.9.3: Improve Host Aggregate members handling.
12
2.9.2:
23
- Handle servers that are in a powering off state during stop operation.
34
2.9.1:

plugin.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ plugins:
77
executor: central_deployment_agent
88
source: https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.9.2.zip
99
package_name: cloudify-openstack-plugin
10-
package_version: '2.9.2'
10+
package_version: '2.9.3'
1111

1212
data_types:
1313
cloudify.openstack.types.custom_configuration:

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
setup(
2020
zip_safe=True,
2121
name='cloudify-openstack-plugin',
22-
version='2.9.2',
22+
version='2.9.3',
2323
author='Cloudify',
2424
author_email='[email protected]',
2525
packages=[

0 commit comments

Comments
 (0)