You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by pq...@apache.org on 2010/05/11 22:30:10 UTC

svn commit: r943280 - in /incubator/libcloud/trunk: CHANGES libcloud/__init__.py setup.py

Author: pquerna
Date: Tue May 11 20:30:09 2010
New Revision: 943280

URL: http://svn.apache.org/viewvc?rev=943280&view=rev
Log:
Note removal of libcloud.interfaces, and bump version number to 0.4.x

Modified:
    incubator/libcloud/trunk/CHANGES
    incubator/libcloud/trunk/libcloud/__init__.py
    incubator/libcloud/trunk/setup.py

Modified: incubator/libcloud/trunk/CHANGES
URL: http://svn.apache.org/viewvc/incubator/libcloud/trunk/CHANGES?rev=943280&r1=943279&r2=943280&view=diff
==============================================================================
--- incubator/libcloud/trunk/CHANGES (original)
+++ incubator/libcloud/trunk/CHANGES Tue May 11 20:30:09 2010
@@ -1,6 +1,10 @@
                                                         -*- coding: utf-8 -*-
 
-Changes with Apache Libcloud 0.3.2 [In Development]
+Changes with Apache Libcloud 0.4.0 [In Development]
+
+    *) Removed libcloud.interfaces module.
+
+    *) Removed dependency on zope.interfaces
 
     *) RimuHosting moved API endpoint address.
 

Modified: incubator/libcloud/trunk/libcloud/__init__.py
URL: http://svn.apache.org/viewvc/incubator/libcloud/trunk/libcloud/__init__.py?rev=943280&r1=943279&r2=943280&view=diff
==============================================================================
--- incubator/libcloud/trunk/libcloud/__init__.py (original)
+++ incubator/libcloud/trunk/libcloud/__init__.py Tue May 11 20:30:09 2010
@@ -21,7 +21,7 @@ libcloud provides a unified interface to
 
 __all__ = ["__version__", "enable_debug"]
 
-__version__ = "0.3.2-dev"
+__version__ = "0.4.0-dev"
 
 
 def enable_debug(fo):

Modified: incubator/libcloud/trunk/setup.py
URL: http://svn.apache.org/viewvc/incubator/libcloud/trunk/setup.py?rev=943280&r1=943279&r2=943280&view=diff
==============================================================================
--- incubator/libcloud/trunk/setup.py (original)
+++ incubator/libcloud/trunk/setup.py Tue May 11 20:30:09 2010
@@ -77,7 +77,7 @@ class ApiDocsCommand(Command):
 
 setup(
     name='apache-libcloud',
-    version='0.3.2',
+    version='0.4.0',
     description='A unified interface into many cloud server providers',
     author='Apache Software Foundation',
     author_email='libcloud@incubator.apache.org',