Skip to content

Commit

Permalink
committing version 0.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
argos83 committed Aug 23, 2013
1 parent 61c8a7c commit 8c03f7b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CHANGES
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions pysphere/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# Do not edit. Auto generated
version = (0, 1, 7)
# Do not edit. Auto generated
version = (0, 1, 8)
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from distutils.core import setup


VERSION = (0, 1, 7)
VERSION = (0, 1, 8)


if __name__ == "__main__":
Expand Down Expand Up @@ -37,7 +37,7 @@
author="Sebastian Tello",
author_email="[email protected]",
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 = [
Expand All @@ -63,4 +63,4 @@
"Topic :: Utilities"
],
long_description=long_desc
)
)

0 comments on commit 8c03f7b

Please sign in to comment.