From 12dfd7ac09cdae4c5f8b39dd0e199ca9afd77964 Mon Sep 17 00:00:00 2001 From: Denis Pauk Date: Fri, 13 Apr 2018 12:16:41 +0300 Subject: [PATCH] Wagon repack --- CHANGELOG.txt | 2 ++ docs/conf.py | 4 ++-- plugin.yaml | 4 ++-- setup.py | 4 ++-- 4 files changed, 8 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 189e7948..0d85bfab 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,3 +1,5 @@ +2.4.1: + - Repack wagons 2.4.0: - Support for os_family=other - Allow node properties to be overridden in operation inputs (VSPHERE-92) diff --git a/docs/conf.py b/docs/conf.py index 87a7b703..97fc9972 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -62,7 +62,7 @@ # The short X.Y version. version = u'2.4' # The full version, including alpha/beta/rc tags. -release = u'2.4.0' +release = u'2.4.1' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. @@ -136,7 +136,7 @@ # The name for this set of Sphinx documents. # " v documentation" by default. # -# html_title = u'vSphere Plugin v2.4.0' +# html_title = u'vSphere Plugin v2.4.1' # A shorter title for the navigation bar. Default is the same as html_title. # diff --git a/plugin.yaml b/plugin.yaml index 7c3670d5..ed4186c4 100644 --- a/plugin.yaml +++ b/plugin.yaml @@ -6,8 +6,8 @@ plugins: vsphere: executor: central_deployment_agent package_name: cloudify-vsphere-plugin - package_version: '2.4.0' - source: https://github.com/cloudify-cosmo/cloudify-vsphere-plugin/archive/2.4.0.zip + package_version: '2.4.1' + source: https://github.com/cloudify-cosmo/cloudify-vsphere-plugin/archive/2.4.1.zip data_types: cloudify.datatypes.vsphere.Config: diff --git a/setup.py b/setup.py index b92cd313..575c1ba6 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ setuptools.setup( zip_safe=True, name='cloudify-vsphere-plugin', - version='2.4.0', + version='2.4.1', packages=[ 'vsphere_plugin_common', 'vsphere_server_plugin', @@ -35,7 +35,7 @@ license='LICENSE', description='Cloudify plugin for vSphere infrastructure.', install_requires=[ - "cloudify-plugins-common>=3.3", + "cloudify-plugins-common==3.3", "pyvmomi==5.5.0.2014.1.1", "netaddr==0.7.18", "pyyaml==3.10"