Skip to content

Commit

Permalink
Wagon repack
Browse files Browse the repository at this point in the history
  • Loading branch information
0lvin committed Apr 13, 2018
1 parent 52f9fa6 commit 12dfd7a
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -136,7 +136,7 @@
# The name for this set of Sphinx documents.
# "<project> v<release> 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.
#
Expand Down
4 changes: 2 additions & 2 deletions plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand All @@ -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"
Expand Down

0 comments on commit 12dfd7a

Please sign in to comment.