From 8c03f7badda994b71a40daee950ed21a945eed87 Mon Sep 17 00:00:00 2001 From: Sebastian Tello Date: Fri, 23 Aug 2013 14:53:50 +0000 Subject: [PATCH] committing version 0.1.8 --- CHANGES | 2 +- pysphere/version.py | 4 ++-- setup.py | 6 +++--- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/CHANGES b/CHANGES index ad284c5..cf3749d 100644 --- a/CHANGES +++ b/CHANGES @@ -1,4 +1,4 @@ -Roadmap for 0.1.8 +New in for 0.1.8 - Added VIManagedEntity class extended by VIVirtualMachine - Added Rename, Reload, and Destroy methods to VIManagedEntity - Fix #26: VIVirtualMachine.send_file() gratuitiosly overwrites urllib2's installed default opener diff --git a/pysphere/version.py b/pysphere/version.py index 7990946..87c8aa7 100644 --- a/pysphere/version.py +++ b/pysphere/version.py @@ -1,2 +1,2 @@ -# Do not edit. Auto generated -version = (0, 1, 7) \ No newline at end of file +# Do not edit. Auto generated +version = (0, 1, 8) \ No newline at end of file diff --git a/setup.py b/setup.py index dd39cec..888cdd7 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ from distutils.core import setup -VERSION = (0, 1, 7) +VERSION = (0, 1, 8) if __name__ == "__main__": @@ -37,7 +37,7 @@ author="Sebastian Tello", author_email="argos83@gmail.com", url="http://pysphere.googlecode.com", - download_url="http://pysphere.googlecode.com/files/pysphere-0.1.7.zip", + download_url="http://pysphere.googlecode.com/files/pysphere-0.1.8.zip", keywords = ["vSphere", "Virtual", "vmware", "ESX", "ESXi", "VirtualCenter", "SDK", "API"], classifiers = [ @@ -63,4 +63,4 @@ "Topic :: Utilities" ], long_description=long_desc - ) \ No newline at end of file + )