You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by to...@apache.org on 2012/11/18 02:44:36 UTC

svn commit: r1410811 - in /libcloud/branches/0.11.x: CHANGES libcloud/__init__.py

Author: tomaz
Date: Sun Nov 18 01:44:33 2012
New Revision: 1410811

URL: http://svn.apache.org/viewvc?rev=1410811&view=rev
Log:
Bump version, update changes.

Modified:
    libcloud/branches/0.11.x/CHANGES
    libcloud/branches/0.11.x/libcloud/__init__.py

Modified: libcloud/branches/0.11.x/CHANGES
URL: http://svn.apache.org/viewvc/libcloud/branches/0.11.x/CHANGES?rev=1410811&r1=1410810&r2=1410811&view=diff
==============================================================================
--- libcloud/branches/0.11.x/CHANGES (original)
+++ libcloud/branches/0.11.x/CHANGES Sun Nov 18 01:44:33 2012
@@ -1,5 +1,13 @@
                                    -*- coding: utf-8 -*-
 
+Changes with Apache Libcloud in development:
+
+  *) Storage
+
+    - Don't ignire ex_force_service_region argument in the CloudFiles driver.
+      ; LIBCLOUD-260
+      [Dan Di Spaltro]
+
 Changes with Apache Libcloud 0.11.3:
 
   *) Storage

Modified: libcloud/branches/0.11.x/libcloud/__init__.py
URL: http://svn.apache.org/viewvc/libcloud/branches/0.11.x/libcloud/__init__.py?rev=1410811&r1=1410810&r2=1410811&view=diff
==============================================================================
--- libcloud/branches/0.11.x/libcloud/__init__.py (original)
+++ libcloud/branches/0.11.x/libcloud/__init__.py Sun Nov 18 01:44:33 2012
@@ -20,7 +20,7 @@ libcloud provides a unified interface to
 """
 
 __all__ = ['__version__', 'enable_debug']
-__version__ = '0.11.3'
+__version__ = '0.11.4-dev'
 
 try:
     import paramiko